<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’m working on a Docker container to run my PDNS Authoritative servers. I’m installing PDNS from <a href="http://repo.powerdns.com" class="">repo.powerdns.com</a>. The Docker command that is run in `pdns_server`. The `docker stop` command sends a `SIGTERM` to PID 1, waits some amount of time, and then sends SIGKILL to force it to stop. It’s having to resort to SIGKILL, because `pdns_server` doesn’t respond to `SIGTERM`. What is the correct signal to tell PDNS to shut down?<div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">Nick</div></body></html>