docker network disconnect

Estimated reading time: 1 minute

Description

Disconnect a container from a network

Usage

docker network disconnect [OPTIONS] NETWORK CONTAINER

Options

Name, shorthand Default Description
--force, -f false Force the container to disconnect from a network

Parent command

Command Description
docker network Manage networks
Command Description
docker network connect Connect a container to a network
docker network create Create a network
docker network disconnect Disconnect a container from a network
docker network inspect Display detailed information on one or more networks
docker network ls List networks
docker network prune Remove all unused networks
docker network rm Remove one or more networks

Extended description

Disconnects a container from a network.

$ docker network disconnect multi-host-network container1

Examples

$ docker network disconnect multi-host-network container1
chat icon Feedback? Suggestions? Can't find something in the docs?
Edit this page Request docs changes Get support
Rate this page: