mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add docs for docker network create --attachable
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2333af9e59
commit
7433d3acf6
2 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@ Usage: docker network create [OPTIONS] NETWORK
|
||||||
Create a network
|
Create a network
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
--attachable Enable manual container attachment
|
||||||
--aux-address value Auxiliary IPv4 or IPv6 addresses used by Network
|
--aux-address value Auxiliary IPv4 or IPv6 addresses used by Network
|
||||||
driver (default map[])
|
driver (default map[])
|
||||||
-d, --driver string Driver to manage the Network (default "bridge")
|
-d, --driver string Driver to manage the Network (default "bridge")
|
||||||
|
|
|
@ -6,6 +6,7 @@ docker-network-create - create a new network
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
**docker network create**
|
**docker network create**
|
||||||
|
[**--attachable**]
|
||||||
[**--aux-address**=*map[]*]
|
[**--aux-address**=*map[]*]
|
||||||
[**-d**|**--driver**=*DRIVER*]
|
[**-d**|**--driver**=*DRIVER*]
|
||||||
[**--gateway**=*[]*]
|
[**--gateway**=*[]*]
|
||||||
|
@ -143,6 +144,9 @@ to create an externally isolated `overlay` network, you can specify the
|
||||||
`--internal` option.
|
`--internal` option.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
**--attachable**
|
||||||
|
Enable manual container attachment
|
||||||
|
|
||||||
**--aux-address**=map[]
|
**--aux-address**=map[]
|
||||||
Auxiliary IPv4 or IPv6 addresses used by network driver
|
Auxiliary IPv4 or IPv6 addresses used by network driver
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue