Initial commit
This commit is contained in:
36
vendor/github.com/hyperhq/hypercli/man/docker-network-disconnect.1.md
generated
vendored
Normal file
36
vendor/github.com/hyperhq/hypercli/man/docker-network-disconnect.1.md
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
% DOCKER(1) Docker User Manuals
|
||||
% Docker Community
|
||||
% OCT 2015
|
||||
# NAME
|
||||
docker-network-disconnect - disconnect a container from a network
|
||||
|
||||
# SYNOPSIS
|
||||
**docker network disconnect**
|
||||
[**--help**]
|
||||
[**--force**]
|
||||
NETWORK CONTAINER
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
Disconnects a container from a network.
|
||||
|
||||
```bash
|
||||
$ docker network disconnect multi-host-network container1
|
||||
```
|
||||
|
||||
|
||||
# OPTIONS
|
||||
**NETWORK**
|
||||
Specify network name
|
||||
|
||||
**CONTAINER**
|
||||
Specify container name
|
||||
|
||||
**--force**
|
||||
Force the container to disconnect from a network
|
||||
|
||||
**--help**
|
||||
Print usage statement
|
||||
|
||||
# HISTORY
|
||||
OCT 2015, created by Mary Anthony <mary@docker.com>
|
||||
Reference in New Issue
Block a user