1
0
mirror of https://github.com/docker/cli.git synced 2025-11-24 06:21:16 +03:00
Files
cli/docs/reference/commandline/network_disconnect.md
Doug Davis 421578fbd4 remove =false from options that default to false in the docs
This re-aligns the docs with what the cmd line now does.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2017-06-02 00:07:21 +00:00

863 B

network disconnect

Usage:  docker network disconnect [OPTIONS] NETWORK CONTAINER

Disconnects a container 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