% DOCKER(1) Docker User Manuals % Docker Community % OCT 2015
docker-network-disconnect - disconnect a container from a network
docker network disconnect [--help] [--force] NETWORK CONTAINER
Disconnects a container from a network.
$ docker network disconnect multi-host-network container1
NETWORK Specify network name
CONTAINER Specify container name
--force Force the container to disconnect from a network
--help Print usage statement
OCT 2015, created by Mary Anthony [email protected]