mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
123ce0e4be
Signed-off-by: allencloud <allen.sun@daocloud.io>
20 lines
359 B
Markdown
20 lines
359 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "wait"
|
|
description = "The wait command description and usage"
|
|
keywords = ["container, stop, wait"]
|
|
[menu.main]
|
|
parent = "smn_cli"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# wait
|
|
|
|
```markdown
|
|
Usage: docker wait CONTAINER [CONTAINER...]
|
|
|
|
Block until one or more containers stop, then print their exit codes
|
|
|
|
Options:
|
|
--help Print usage
|
|
```
|