Files
docker-docs/_data/engine-cli/docker_network_disconnect.yaml
Sebastiaan van Stijn 304f64ccec engine: update reference docs with "console" code hints
Also updates in the descriptions for `--stop-signal` and `--stop-timeout`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-21 18:34:30 +02:00

31 lines
767 B
YAML

command: docker network disconnect
short: Disconnect a container from a network
long: |-
Disconnects a container from a network. The container must be running to
disconnect it from the network.
usage: docker network disconnect [OPTIONS] NETWORK CONTAINER
pname: docker network
plink: docker_network.yaml
options:
- option: force
shorthand: f
value_type: bool
default_value: "false"
description: Force the container to disconnect from a network
deprecated: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
examples: |-
```console
$ docker network disconnect multi-host-network container1
```
deprecated: false
min_api_version: "1.21"
experimental: false
experimentalcli: false
kubernetes: false
swarm: false