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 docker-compose down to remove networks #4279

Merged
merged 1 commit into from
May 10, 2017

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented May 10, 2017

Docker-compose creates a unique network for each build now. docker-compose rm -v -f did not remove the created networks. The command docker-compose down does also remove the networks.

This is important as docker-compose has a default limit of 31 networks.

Docker-compose creates a unique network for each build now. docker-compose rm -v -f did not remove the created networks. The command `docker-compose down` does also remove the networks.

This is important as docker-compose has a default limit of 31 networks.
@ruflin
Copy link
Member Author

ruflin commented May 10, 2017

jenkins, retest it

@tsg tsg merged commit ba05315 into elastic:master May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants