wait.rst 452 B

12345678910111213
  1. :title: Wait Command
  2. :description: Block until a container stops, then print its exit code.
  3. :keywords: wait, docker, container, documentation
  4. ===================================================================
  5. ``wait`` -- Block until a container stops, then print its exit code
  6. ===================================================================
  7. ::
  8. Usage: docker wait [OPTIONS] NAME
  9. Block until a container stops, then print its exit code.