Simple containerized BIND server running on Alpine Linux
50K+
BIND server running on Alpine Linux.
See example directory for sample config file.
bind:
image: joebiellik/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"
Content type
Image
Digest
Size
15.1 MB
Last updated
about 5 years ago
docker pull joebiellik/bind