2013-05-22 01:47:16 +08:00
|
|
|
:title: Wait Command
|
|
|
|
|
:description: Block until a container stops, then print its exit code.
|
|
|
|
|
:keywords: wait, docker, container, documentation
|
|
|
|
|
|
2013-04-02 09:52:44 +08:00
|
|
|
===================================================================
|
|
|
|
|
``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.
|