kazu-yamamoto / dnsext

Extensible DNS libraries written purely in Haskell
59 stars 3 forks source link

use tini for PID1 problem #173

Closed smbd closed 5 months ago

smbd commented 5 months ago

/bin/sh as init(PID 1) program does not handle SIGTERM.

So, docker stop cannot stop container immediately. (wait 10 sec(default) and receive SIGKILL)

Using tini as init resolve this.

khibino commented 5 months ago

Merged. Thanks!