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

stop all container when stop one container #1072

Closed
zhucegep opened this issue Mar 6, 2015 · 2 comments
Closed

stop all container when stop one container #1072

zhucegep opened this issue Mar 6, 2015 · 2 comments

Comments

@zhucegep
Copy link

zhucegep commented Mar 6, 2015

I create a group serive containers by use docker-compose.
doker-compose will stop all container of this group when I use docker stop onecontainer to stop one container.
Here is two way to prevent it,run docker-compose up with -d or close the windows whick run docker-compose up.
Is a bug?

@zhucegep zhucegep changed the title stop one container stop all container when stop one container Mar 6, 2015
@dnephin
Copy link

dnephin commented Mar 6, 2015

Use docker-compose up -d, see #741

@dnephin
Copy link

dnephin commented Aug 8, 2015

Fixed by #1754

@dnephin dnephin closed this as completed Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants