Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Detach of unattached container succeeds silently #613

Merged
merged 1 commit into from
Apr 28, 2015

Conversation

awh
Copy link
Contributor

@awh awh commented Apr 28, 2015

Fixes #596.

vagrant@vagrant-ubuntu-utopic-64:~/weave$ ./weave launch
a4eba9d1b0a3dd0fd12ac3ce032387e1528b51641f286cf446182168c7983625
vagrant@vagrant-ubuntu-utopic-64:~/weave$ C=$(docker run -d -ti ubuntu)
vagrant@vagrant-ubuntu-utopic-64:~/weave$ ./weave detach 10.2.0.1/24 $C
vagrant@vagrant-ubuntu-utopic-64:~/weave$ echo $?
0
vagrant@vagrant-ubuntu-utopic-64:~/weave$ sudo ./weave --local detach 10.2.0.1/24 $C
vagrant@vagrant-ubuntu-utopic-64:~/weave$ echo $?
0

@awh awh force-pushed the fix_weave_detach branch from cc144ef to cf299f5 Compare April 28, 2015 10:26
@awh
Copy link
Contributor Author

awh commented Apr 28, 2015

@rade updated as discussed.

rade added a commit that referenced this pull request Apr 28, 2015
Detach of unattached container succeeds silently
@rade rade merged commit df9e188 into weaveworks:master Apr 28, 2015
@rade rade modified the milestone: 0.11.0 May 12, 2015
@awh awh deleted the fix_weave_detach branch June 1, 2015 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Container died" reported on weave detach of unattached container
2 participants