Sorry if this is a very naïve question, but I don't understand how to reload configuration. Docs say that a sysv script is provided do that it acceepts "start", "restart" (and more).
In the docker image which is the correct way to force powerdns to reload the configuration?
With docker you never reload the conf.... you kill the container and create a new one.
Your conf must be in a database... and the daemon conf must be in a file, mounted in the container at /etc/powerdns/pdns.conf.
Sorry if this is a very naïve question, but I don't understand how to reload configuration. Docs say that a sysv script is provided do that it acceepts "start", "restart" (and more). In the docker image which is the correct way to force powerdns to reload the configuration?