dockerfiles/net/diod/Dockerfile

9 lines
177 B
Docker
Raw Normal View History

2016-06-10 19:41:33 +00:00
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