Sign inSign up

somejedi/docker-bind9

By somejedi

Updated almost 11 years ago

Ubuntu 14.04 Bind9

Image
11

50K+

somejedi/docker-bind9 repository overview

docker pull somejedi/docker-bind9

put all of your zones in a file named "myzones" remember to reference the zone record like "/data/db.somesite.com"

docker run -d -p 53:53 -p 53:53/udp -v /home/somejedi/bind:/data --name dns somejedi/docker-bind9

security note: had to add "allow-recursion { any; };" to network.conf.options to allow access in the outside outside net, change any to the network you will be accessing from, or don't, whatever.

I'll add logs at some point.

Tag summary

Content type

Image

Digest

sha256:849e02c03

Size

106 MB

Last updated

almost 11 years ago

docker pull somejedi/docker-bind9