Dockerfile 214 B

123456789101112
  1. FROM alpine:latest
  2. MAINTAINER Tomi Cvetic <tomi@slurm.ch>
  3. RUN apk add --no-cache --update bind
  4. EXPOSE 53:53/udp
  5. VOLUME ["/etc/bind/named.conf", "/etc/bind/zones"]
  6. CMD ["/usr/sbin/named", "-g", "-u", "named"]