This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Add config parameter to change per-container stop timeout during daemon shutdown#271
Merged
calavera merged 1 commit intodocker-archive-public:masterfrom Jun 15, 2016
yongtang:22471-daemon-shutdown-timeout
Merged
Add config parameter to change per-container stop timeout during daemon shutdown#271calavera merged 1 commit intodocker-archive-public:masterfrom yongtang:22471-daemon-shutdown-timeout
calavera merged 1 commit intodocker-archive-public:masterfrom
yongtang:22471-daemon-shutdown-timeout
Conversation
…on shutdown This fix tries to add config paramter to change per-contaienr stop timeout during the daemon shutdown. As the part of the update, this fix also changes `docker restart` and `docker stop` so that if `--time` is not specified, then the default stop timeout (10s) will be used. This fix is related to moby/moby#22566 moby/moby#22471 Signed-off-by: Yong Tang <[email protected]>
Contributor
|
LGTM |
1 similar comment
Contributor
|
LGTM |
Contributor
|
"Make the zero-value useful" Could we please stop adding needless pointer values everywhere? This is getting tiresome. 1ns is just as good as zero and doesn't cause all kinds of havoc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fix tries to add config paramter to change per-contaienr stop timeout during the daemon shutdown. As the part of the update, this fix also changes
docker restartanddocker stopso that if--timeis not specified, then the default stop timeout (10s) will be used.This fix is related to
moby/moby#22566
moby/moby#22471
Signed-off-by: Yong Tang [email protected]