Files
docker-docs/compose/reference/stop.md
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00

409 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.