Files
docker-docs/compose/reference/stop.md
Victoria Bialas 4a70dd4cb2 removed on-page topic menu from ref pages
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-17 18:02:58 -08:00

419 B

description, keywords, title, notoc
description keywords title notoc
Stops running containers without removing them. fig, composition, compose, docker, orchestration, cli, stop docker-compose stop true
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.