docker stop¶
Description¶
Stops one or more running containers gracefully, giving each process a moment to shut down before it is forced.
Syntax¶
Common Options¶
| Option | Description |
|---|---|
-t SECONDS |
How long to wait before forcing the stop (default 10) |
Examples¶
Start a stopped container again with docker start.