From be951143c53a6cabd1cc91bf768efa7f9985adab Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Fri, 10 Jun 2016 12:41:33 -0700 Subject: [PATCH] Add diod --- net/diod/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/diod/Dockerfile diff --git a/net/diod/Dockerfile b/net/diod/Dockerfile new file mode 100644 index 0000000..d6d4000 --- /dev/null +++ b/net/diod/Dockerfile @@ -0,0 +1,8 @@ +FROM alpine:edge + +RUN apk add -U --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing diod + +EXPOSE 564 +VOLUME /data + +CMD diod -e /data --nwthreads 4 -f $DIOD_OPTIONS