Closed picatz closed 6 years ago
Found this example of a bind DNS server: https://github.com/CentOS/CentOS-Dockerfiles/tree/master/bind/centos7
bind
git clone https://github.com/CentOS/CentOS-Dockerfiles cd CentOS-Dockerfiles/bind/centos7/ sudo docker build --tag bind9 --rm .
http://www.damagehead.com/blog/2015/04/28/deploying-a-dns-server-using-docker/
https://github.com/CentOS/CentOS-Dockerfiles/blob/master/bind/centos7/Dockerfile
fixed with https://github.com/picatz/goldengirl/pull/32
Found this example of a
bind
DNS server: https://github.com/CentOS/CentOS-Dockerfiles/tree/master/bind/centos7