mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
11 lines
288 B
Markdown
11 lines
288 B
Markdown
---
|
|
description: Pauses running containers for a service.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, pause
|
|
title: docker-compose pause
|
|
---
|
|
|
|
```
|
|
Usage: pause [SERVICE...]
|
|
```
|
|
|
|
Pauses running containers of a service. They can be unpaused with `docker-compose unpause`. |