mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Signed-off-by: Charles Smith <charles.smith@docker.com> (cherry picked from commit cc5debcb2e8621358721eb860c07f33f8b83d684) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
926 B
926 B
network disconnect
Usage: docker network disconnect [OPTIONS] NETWORK CONTAINER
Disconnect a container from a network
Options:
-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