1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference/commandline/wait.md

17 lines
289 B
Markdown
Raw Normal View History

---
title: "wait"
description: "The wait command description and usage"
keywords: ["container, stop, wait"]
---
# wait
```markdown
Usage: docker wait CONTAINER [CONTAINER...]
Block until one or more containers stop, then print their exit codes
Options:
--help Print usage
```