We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The container doesn’t shutdown gracefully. To stop it, I have to run docker rm -f <container_name>.
docker rm -f <container_name>
The container should shutdown gracefully for the reasons explained in the 12factor app: https://12factor.net/disposability
I would like to work on it, is it possible ?
The text was updated successfully, but these errors were encountered:
Sure. @sylvain-reynaud Could you clarify what exactly is your proposed solution?
Sorry, something went wrong.
Ideally:
That works for me. If you want to create a PR, I'll review (and approve) it.
No branches or pull requests
The container doesn’t shutdown gracefully. To stop it, I have to run
docker rm -f <container_name>
.The container should shutdown gracefully for the reasons explained in the 12factor app: https://12factor.net/disposability
I would like to work on it, is it possible ?
The text was updated successfully, but these errors were encountered: