moby/docs/reference/commandline/network_disconnect.md
Doug Davis e6115a6c1c remove =false from options that default to false in the docs
This re-aligns the docs with what the cmd line now does.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-12-23 07:11:35 -08:00

863 B

network disconnect

Usage:  docker network disconnect [OPTIONS] NETWORK CONTAINER

Disconnects a container 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