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