A dockerized BIND9 image with external volume and template configuration
984
This version permits to system admin start in easy and fast way a DNS Server (for PDC or SDC) using default templates.
The /config is the configuration directory with named.conf file and others. When you start the system for the first time, all default files are created.
Example of how to run:
if [ ! -d ./config] ; then mkdir ./config ; fi
docker run -d --name bind9 \
-p 53:53/tcp -p 53:53/udp \
-v `pwd`/config:/config nsfilho/bind:latest
Now you can edit the files locally in your filesystem.
Content type
Image
Digest
Size
5.1 MB
Last updated
over 8 years ago
docker pull nsfilho/bind