github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/docs/reference/commandline/wait.md (about) 1 <!--[metadata]> 2 +++ 3 title = "wait" 4 description = "The wait command description and usage" 5 keywords = ["container, stop, wait"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # wait 12 13 ```markdown 14 Usage: docker wait CONTAINER [CONTAINER...] 15 16 Block until one or more containers stop, then print their exit codes 17 18 Options: 19 --help Print usage 20 ```