FROM alpine:latest RUN apk add --no-cache --update \ bind EXPOSE 53:53/udp VOLUME ["/etc/bind/zones"] CMD ["/usr/sbin/named", "-g", "-u", "named"]