ventz / docker-bind

Docker Hub ventz/bind - Secure ISC BIND (Authoritative, Recursive, Slave, RPZ) - Docker image always latest built!
https://hub.docker.com/r/ventz/bind/
34 stars 37 forks source link

reload zone files and config files changes #16

Closed ValeyOG closed 5 years ago

ValeyOG commented 5 years ago

Is there any possibility to reload the zone file and the config file without restarting the container? Comparably with service bind9 reload on Ubuntu.

ventz commented 5 years ago

@ValeyOG You could use rndc reconfig $zonename.

That said, within docker, the container is the process itself, so restarting the container is actually the same as restarting the process/pid (ex: service bind9 reload).