Closed smbd closed 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.
Merged. Thanks!
/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.