github.com/nf/docker@v1.8.1/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 weight=1 9 +++ 10 <![end-metadata]--> 11 12 # wait 13 14 Usage: docker wait CONTAINER [CONTAINER...] 15 16 Block until a container stops, then print its exit code.