Skip to content

Factual/docker-bind9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-bind9

Build a data container

docker run --name bind9-data -v /disk/ssd/configs/bind9:/etc/bind busybox true

Start bind9 container with the data container

It contains all the configs and will be mounted under /etc/bind/

docker run -d -t --name bind9 -p 953:953 -p 53:53 -p 53:53/udp --dns=127.0.0.1 --dns-search=factual.com --volumes-from bind9-data factual/bind9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published