-
Notifications
You must be signed in to change notification settings - Fork 20
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
Starting existing container fails #1
Comments
Sounds like a bug in OMERO.web- if it's terminated with |
I just confirmed that |
If I run
|
Is an https://github.com/Yelp/dumb-init#using-a-shell-for-pre-start-hooks The call hierarchy is likely:
which would get rid of the 99 shell but not the for-loop one. |
I tried that before, and also tried adding a signal handler without success. |
I've opened a PR with the suggested workaround #14 This issue should remain open until we figure out why OMERO.web isn't being shutdown cleanly. |
If you create a container in the usual way, stop it and restart, the following warning occurs. I think we should work around that for the docker case as starting a container you know there can not be existing running processes.
The text was updated successfully, but these errors were encountered: