mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
11 lines
240 B
Markdown
11 lines
240 B
Markdown
---
|
|
description: Starts existing containers for a service.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, start
|
|
title: docker-compose start
|
|
---
|
|
|
|
```
|
|
Usage: start [SERVICE...]
|
|
```
|
|
|
|
Starts existing containers for a service. |