-
Notifications
You must be signed in to change notification settings - Fork 41
Add dumb-init to shutdown a container gracefully #28
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
Conversation
|
I merged your previous pull request. This seems to have conflicts with it. |
|
I will rebase it later. |
|
Rebased. |
Add dumb-init to shutdown a container gracefully
|
Many thanks! |
|
FYI: 146c146
< file) cmd="$cmd >> "`shell_quote_string "$err_log"`" 2>&1" ;;
---
> file) cmd="$cmd >> "`shell_quote_string "$err_log"`" 2>&1 & wait" ;;I'm not sure this was fixed in the latest mysql-server. |
|
Thanks. |
|
Yes, I believe so. And |
|
Actually, I felt that stopping container takes a little longer than before. |
|
Nice! |
https://github.com/Yelp/dumb-init