Sign inSign up

dockerapp/bind

By dockerapp

Updated over 10 years ago

bind + rndc based on centos:latest. Uses configuration files from mounted volume.

Image
0

358

dockerapp/bind repository overview

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";

Tag summary

Content type

Image

Digest

Size

94 MB

Last updated

over 10 years ago

docker pull dockerapp/bind