mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
provide actual command format for docker network create
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
4e7cbb91f8
commit
18a9600fb1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
||||||
# network create
|
# network create
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker network create [OPTIONS]
|
Usage: docker network create [OPTIONS] NETWORK
|
||||||
|
|
||||||
Create a network
|
Create a network
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue