update command description
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 123ce0e4be7c2743c5dee0a9aff84cd2c23758e0 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user