This commit is contained in:
Cadey Ratio 2016-06-10 12:41:33 -07:00
parent db348ae6a1
commit be951143c5
1 changed files with 8 additions and 0 deletions

8
net/diod/Dockerfile Normal file
View File

@ -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