docker-cli/docs/reference/commandline/network_disconnect.md
Madhu Venugopal e686b4d8be Forced endpoint cleanup
docker's network disconnect api now supports `Force` option which can be
used to force cleanup an endpoint from any host in the cluster.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2017-06-02 00:07:23 +00:00

938 B

network disconnect

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.

  $ docker network disconnect multi-host-network container1