Files
docker-docs/compose/reference/stop.md
Gaetan de Villele bb4f3be02e fix frontmatter keywords values in compose/reference/ files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-03 10:13:21 -07:00

470 B

description, keywords, menu, title
description keywords menu title
Stops running containers without removing them. fig, composition, compose, docker, orchestration, cli, stop
main
identifier parent
stop.compose smn_compose_cli
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.