Merge pull request #19317 from mavenugo/epforce

Forced endpoint cleanup
Upstream-commit: 851c94db1bafac593cf193dd9dde26cd3d9e7f23
Component: engine
This commit is contained in:
Vincent Demeester
2016-01-14 14:21:30 +01:00
11 changed files with 62 additions and 10 deletions

View File

@ -12,8 +12,10 @@ parent = "smn_cli"
Usage: docker network disconnect [OPTIONS] NETWORK CONTAINER
Disconnects a container from a network
-f, --force Force the container to disconnect from a network
--help Print usage
Disconnects a container from a network. The container must be running to disconnect it from the network.