mirror of https://github.com/docker/docs.git
Merge pull request #26190 from lixiaobing10051267/masterNetworkCreate
provide actual command format for docker network create (cherry picked from commit 37fd1416daac0b3963dc812a820b844e9e854e59) Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
5e4e13e31c
commit
1e9fb2f18e
|
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
|||
# network create
|
||||
|
||||
```markdown
|
||||
Usage: docker network create [OPTIONS]
|
||||
Usage: docker network create [OPTIONS] NETWORK
|
||||
|
||||
Create a network
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue