github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/docs/reference/commandline/wait.md (about) 1 --- 2 title: "wait" 3 description: "The wait command description and usage" 4 keywords: ["container, stop, wait"] 5 --- 6 7 <!-- This file is maintained within the docker/docker Github 8 repository at https://github.com/docker/docker/. Make all 9 pull requests against that repo. If you see this file in 10 another repository, consider it read-only there, as it will 11 periodically be overwritten by the definitive file. Pull 12 requests which include edits to this file in other repositories 13 will be rejected. 14 --> 15 16 # wait 17 18 ```markdown 19 Usage: docker wait CONTAINER [CONTAINER...] 20 21 Block until one or more containers stop, then print their exit codes 22 23 Options: 24 --help Print usage 25 ```