Files
docker-docs/compose/reference/pause.md
Gaetan 2ea564166d fix type of keywords entry in frontmatter (in /compose/ dir) (#481)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-07 13:18:56 -08:00

288 B

description, keywords, title
description keywords title
Pauses running containers for a service. fig, composition, compose, docker, orchestration, cli, pause docker-compose pause
Usage: pause [SERVICE...]

Pauses running containers of a service. They can be unpaused with docker-compose unpause.