You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker stop does not send signals to supervisor-processes correctly. The signals get lost somewhere on the way between docker -> /opt/run -> supervisord -> /opt/supervisor/*
At least:
There is no log-entry in the corresponding-log file which should indicate the intention to stop the service via init.d-script.
docker needs exactly 10s to stop the container all the time:
$> docker stop --help
[...]
-t, --time int Seconds to wait for stop before killing it (default 10)
$> time docker stop mon-dev
mon-dev
docker stop mon-dev 0.01s user 0.00s system 0% cpu 10.346 total
$>
The text was updated successfully, but these errors were encountered:
docker stop
does not send signals to supervisor-processes correctly. The signals get lost somewhere on the way betweendocker
->/opt/run
->supervisord
->/opt/supervisor/*
At least:
The text was updated successfully, but these errors were encountered: