--- 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 ```