picatz / goldengirl

✨ All that shimmers is gold!
MIT License
3 stars 0 forks source link

implement bind DNS server with docker #8

Closed picatz closed 6 years ago

picatz commented 6 years ago

Found this example of a bind DNS server: https://github.com/CentOS/CentOS-Dockerfiles/tree/master/bind/centos7

picatz commented 6 years ago

Semi-Working Manual Process

git clone https://github.com/CentOS/CentOS-Dockerfiles
cd CentOS-Dockerfiles/bind/centos7/
sudo docker build --tag bind9 --rm .
picatz commented 6 years ago

http://www.damagehead.com/blog/2015/04/28/deploying-a-dns-server-using-docker/

picatz commented 6 years ago

https://github.com/CentOS/CentOS-Dockerfiles/blob/master/bind/centos7/Dockerfile

picatz commented 6 years ago

fixed with https://github.com/picatz/goldengirl/pull/32