BIND server running on Alpine Linux .
See example directory for sample config file.
bind:
image: linuxcontainers/bind
volumes:
# You must provide a config file
- ./named.conf:/etc/bind/named.conf
# Zone files
- ./zones:/var/lib/bind
ports:
- "53:53/tcp"
- "53:53/udp"
Excellent work by (https://github.com/jcbiellikltd/docker-bind) for his work
Content type
Image
Digest
sha256:f11e58a2c…
Size
9.1 MB
Last updated
over 3 years ago
docker pull linuxcontainers/bind