stop.rst 400 B

123456789101112131415
  1. :title: Stop Command
  2. :description: Stop a running container
  3. :keywords: stop, container, docker, documentation
  4. ====================================
  5. ``stop`` -- Stop a running container
  6. ====================================
  7. ::
  8. Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
  9. Stop a running container
  10. -t=10: Number of seconds to wait for the container to stop before killing it.