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

Use exit status to determine if container was killed #250

Merged
merged 1 commit into from
Feb 11, 2016

Conversation

mgood
Copy link
Contributor

@mgood mgood commented Sep 15, 2015

Instead of using the "kill" and "stop" events, this uses the exit status to
check whether the container was terminated via a signal. This will be more
reliable since the "kill" event can also be sent for non-fatal signals such as
SIGHUP.

Fixes #248

Instead of using the "kill" and "stop" events, this uses the exit status to
check whether the container was terminated via a signal. This will be more
reliable since the "kill" event can also be sent for non-fatal signals such as
SIGHUP.

Fixes gliderlabs#248
@mgood
Copy link
Contributor Author

mgood commented Feb 10, 2016

@progrium I know we'd talked about this a while ago in light of Docker changing the order of the stop vs. die events, but just wanted a second set of eyes on this before merging.

@progrium
Copy link
Contributor

👍

1 similar comment
@OndrejP
Copy link

OndrejP commented Feb 11, 2016

👍

@ghost
Copy link

ghost commented Feb 11, 2016

Pls merge... I need send some signals to containers...

mgood added a commit that referenced this pull request Feb 11, 2016
Use exit status to determine if container was killed
@mgood mgood merged commit a3f28f5 into gliderlabs:master Feb 11, 2016
@mgood mgood deleted the kill-signal branch February 11, 2016 17:50
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.

3 participants