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

Terminate the ephemeral docker daemon with a SIGTERM #7

Merged
merged 5 commits into from Oct 13, 2014

Conversation

tarnfeld
Copy link
Contributor

Due to a bug with using DockerInDocker (jpetazzo/dind#19) it is important for us to terminate the ephemeral docker daemon running inside of our container with a SIGTERM. This should hopefully clean up lookback devices to avoid that issue.

This should be as simple as reliably calling terminate() on proc when the executor chooses to die.

@tarnfeld tarnfeld added the bug label Oct 12, 2014
tarnfeld added a commit that referenced this pull request Oct 13, 2014
Terminate the ephemeral docker daemon with a SIGTERM
@tarnfeld tarnfeld merged commit 18dc34d into master Oct 13, 2014
@tarnfeld tarnfeld deleted the fix/terminate-docker branch October 13, 2014 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant