Files
moby/docs/reference/commandline/start.md
Misty Stanley-Jones cf60af87f9 Formatting changes to make 1.12.x ref docs buildable in Jekyll
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-09 13:07:24 -08:00

21 lines
535 B
Markdown

---
redirect_from:
- /reference/commandline/start/
description: The start command description and usage
keywords:
- Start, container, stopped
title: docker start
---
```markdown
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
Start one or more stopped containers
Options:
-a, --attach Attach STDOUT/STDERR and forward signals
--detach-keys string Override the key sequence for detaching a container
--help Print usage
-i, --interactive Attach container's STDIN
```