mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Merge pull request #29412 from albers/docs-network-create--attachable
Add docs for `docker network create --attachable` Upstream-commit: aac75aca776597aa31fbbe2c078eb6bf0ffde58b Component: engine
This commit is contained in:
@@ -21,6 +21,7 @@ Usage: docker network create [OPTIONS] NETWORK
|
||||
Create a network
|
||||
|
||||
Options:
|
||||
--attachable Enable manual container attachment
|
||||
--aux-address value Auxiliary IPv4 or IPv6 addresses used by Network
|
||||
driver (default map[])
|
||||
-d, --driver string Driver to manage the Network (default "bridge")
|
||||
|
||||
@@ -6,6 +6,7 @@ docker-network-create - create a new network
|
||||
|
||||
# SYNOPSIS
|
||||
**docker network create**
|
||||
[**--attachable**]
|
||||
[**--aux-address**=*map[]*]
|
||||
[**-d**|**--driver**=*DRIVER*]
|
||||
[**--gateway**=*[]*]
|
||||
@@ -143,6 +144,9 @@ to create an externally isolated `overlay` network, you can specify the
|
||||
`--internal` option.
|
||||
|
||||
# OPTIONS
|
||||
**--attachable**
|
||||
Enable manual container attachment
|
||||
|
||||
**--aux-address**=map[]
|
||||
Auxiliary IPv4 or IPv6 addresses used by network driver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user