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

remove duration timeout from stopcontainer #501

Merged
merged 1 commit into from
Jul 8, 2021
Merged

remove duration timeout from stopcontainer #501

merged 1 commit into from
Jul 8, 2021

Conversation

hellt
Copy link
Member

@hellt hellt commented Jul 8, 2021

duration timeout was initially used to stop the container without waiting for it to stop gracefully
it was implemented to stop ceos containers before running them again.

Now the newer docker api allowed us to use ContainerKill, so that the artificial timeout is not needed anymore

close #483

@hellt hellt merged commit 1a86c7d into master Jul 8, 2021
@hellt hellt deleted the stop-container branch June 29, 2022 07:48
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

Successfully merging this pull request may close these issues.

remove duration argument from runtime StopContainer
1 participant