www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-networ-disconnect- Disconnect a container from a network

 

SYNOPSIS

docker network disconnect [OPTIONS] NETWORK CONTAINER

 

DESCRIPTION

Disconnects a container from a network.

$ docker network disconnect mult-hos-network container1

 

OPTIONS

-f, -force[=false]         Force the container to disconnect from a network

 

SEE ALSO

docke-network(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO