mirror of https://github.com/docker/docs.git
473 B
473 B
description | keywords | menu | title | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Stops running containers without removing them. |
|
|
stop |
stop
Usage: stop [options] [SERVICE...]
Options:
-t, --timeout TIMEOUT Specify a shutdown timeout in seconds (default: 10).
Stops running containers without removing them. They can be started again with
docker-compose start
.