mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
14 lines
452 B
ReStructuredText
14 lines
452 B
ReStructuredText
:title: Wait Command
|
|
:description: Block until a container stops, then print its exit code.
|
|
:keywords: wait, docker, container, documentation
|
|
|
|
===================================================================
|
|
``wait`` -- Block until a container stops, then print its exit code
|
|
===================================================================
|
|
|
|
::
|
|
|
|
Usage: docker wait [OPTIONS] NAME
|
|
|
|
Block until a container stops, then print its exit code.
|