-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Stopping and removing a container doesn't work in docker 1.1.1 #194
Comments
What happens if you set both actions at same time?
What's the debug output? Does kill instead of stop help better? Sorry I'm
|
I tried both stop and remove and got the same error. The container is still running after I run this and the failure happens when I try to run the container again. Here's the debug output:
|
+1 |
+1, using docker 1.1.2 on Ubuntu 14.04; stop does not appear to wait properly, causing the "remove" to fail. My best guess is that the delegation to stopping through the service (upstart in this case) is not written to properly block. Passing With redeploy (#198) notify
Output
With stop, remove, run
Output
|
When I run the following code, my docker containers aren't removed:
However, when I execute the following command manually, everything works as intended:
Are the stop and remove actions not working how I think they should be?
The text was updated successfully, but these errors were encountered: