-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemon docker run
fails to exit correctly
#78
Comments
docker run
is not exited correctlydocker run
fails to exit correctly
Maybe could try |
Thanks a lot @wader. Just tried this, but unfortunately it does not work:
Pull request #79 fixes the problem, but I am not sure this is the right way to go for modd. I think Docker does not respond correctly to the kill signal. |
Aha sorry not sure how i missed this was during exit, assumed it was about restarting on change. Yeah somethinh like your PR would make sense i guess, send signal wait for exit or timeout and kill |
I use the following configuration to spin up a Docker container as daemon, but modd fails to kill the container when modd is exited.
modd.conf
When I run the process manually it responds to SIGTERM and kills it:
I am using:
Do you have any suggestions how I can further debug this issue?
The text was updated successfully, but these errors were encountered: