mirror of
https://github.com/docker/cli.git
synced 2025-11-24 06:21:16 +03:00
This re-aligns the docs with what the cmd line now does. Signed-off-by: Doug Davis <dug@us.ibm.com>
863 B
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