bind + rndc based on centos:latest. Uses configuration files from mounted volume.
358
docker run --name=bind
-p 53:53/udp -p 53:53
-v :/etc/named
-v :/var/named/data
-v /etc/localtime:/etc/localtime:ro
-d --restart=always dockerapp/bind
Add this line to named.conf to rndc work correctly: include "/etc/named-rndc.conf";
Content type
Image
Digest
Size
94 MB
Last updated
over 10 years ago
docker pull dockerapp/bind