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

Fail the container start if the network has been removed #17187

Merged
merged 1 commit into from
Oct 20, 2015

Conversation

mavenugo
Copy link
Contributor

There is no legitimate case to let the container to start even when the network it was originally connected to was removed. Hence failing the container start instead of just a warning log.

fixes #17160

Signed-off-by: Madhu Venugopal madhu@docker.com

Signed-off-by: Madhu Venugopal <madhu@docker.com>
@calavera
Copy link
Contributor

LGTM

@jessfraz
Copy link
Contributor

LGTM just waiting on janky

@thaJeztah thaJeztah added this to the 1.9.0 milestone Oct 19, 2015
jessfraz pushed a commit that referenced this pull request Oct 20, 2015
Fail the container start if the network has been removed
@jessfraz jessfraz merged commit 48147d2 into moby:master Oct 20, 2015
@tiborvass tiborvass removed their assignment Oct 22, 2015
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.

Restart of container expecting a network fails with uninformative error:
6 participants