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>
288 B
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.