docker network disconnect

DescriptionDisconnect a container from a network
Usagedocker network disconnect [OPTIONS] NETWORK CONTAINER

Description

Disconnects a container from a network. The container must be running to disconnect it from the network.

Options

OptionDefaultDescription
-f, --forceForce the container to disconnect from a network

Examples

$ docker network disconnect multi-host-network container1