mirror of https://github.com/docker/cli.git
update command description
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
4d1fc99027
commit
7b7ff16175
|
|
@ -13,7 +13,7 @@ parent = "smn_cli"
|
|||
```markdown
|
||||
Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]
|
||||
|
||||
Restart a container
|
||||
Restart one or more containers
|
||||
|
||||
Options:
|
||||
--help Print usage
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ parent = "smn_cli"
|
|||
```markdown
|
||||
Usage: docker wait CONTAINER [CONTAINER...]
|
||||
|
||||
Block until a container stops, then print its exit code
|
||||
Block until one or more containers stop, then print their exit codes
|
||||
|
||||
Options:
|
||||
--help Print usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue