mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
406 B
406 B
description, keywords, title
| description | keywords | title |
|---|---|---|
| Stops running containers without removing them. | fig, composition, compose, docker, orchestration, cli, stop | docker-compose 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.