Dockerfile 168 B

12345678910
  1. FROM alpine:latest
  2. RUN apk add --no-cache --update \
  3. bind
  4. EXPOSE 53/udp
  5. VOLUME ["/etc/bind/zones", "/etc/bind/keys", "/etc/bind/scripts"]
  6. CMD /scripts/start.sh