Skip to content
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

docker stop times out #28

Closed
WenbinHou opened this issue Dec 4, 2017 · 3 comments
Closed

docker stop times out #28

WenbinHou opened this issue Dec 4, 2017 · 3 comments

Comments

@WenbinHou
Copy link

Hello, I'm facing a problem that I can't (normally) stop the container via docker stop my-owncloud.
It just times out (after 10 seconds) and then is killed.
Could you please handle SIGTERM sent by docker, and stops more gracefully?
Thanks a lot.

@petehalverson
Copy link

The --init flag launches the container as a child process of tini and terminates your process even if you didn't explicitly install a signal handler. This should resolve issues commonly run into when stopping containers. More info: https://github.com/krallin/tini

@tboerger
Copy link
Contributor

tboerger commented Mar 5, 2018

I will do some refactoring on the docker images soon and I will keep this issue in mind.

@tboerger
Copy link
Contributor

This issue have been solved with latest and 10.0.10 tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants