mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
Adding Related information blocks Final first draft pass: ready for review Review comments Entering comments from the gang Updating connect to include paused Signed-off-by: Mary Anthony <mary@docker.com>
849 B
849 B
network disconnect
Usage: docker network disconnect [OPTIONS] NETWORK CONTAINER
Disconnects a container from a network
--help=false 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