2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
title: "wait"
|
|
|
|
description: "The wait command description and usage"
|
|
|
|
keywords: ["container, stop, wait"]
|
|
|
|
---
|
2015-06-21 13:41:38 -07:00
|
|
|
|
|
|
|
# wait
|
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
```markdown
|
|
|
|
Usage: docker wait CONTAINER [CONTAINER...]
|
2015-06-21 13:41:38 -07:00
|
|
|
|
2016-08-30 23:07:42 +08:00
|
|
|
Block until one or more containers stop, then print their exit codes
|
2015-10-03 17:56:41 +02:00
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
Options:
|
|
|
|
--help Print usage
|
|
|
|
```
|