2016-10-14 15:30:36 -07:00
|
|
|
---
|
|
|
|
title: "start"
|
|
|
|
description: "The start command description and usage"
|
|
|
|
keywords: ["Start, container, stopped"]
|
|
|
|
---
|
2015-06-21 13:41:38 -07:00
|
|
|
|
|
|
|
# start
|
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
```markdown
|
|
|
|
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
|
2015-06-21 13:41:38 -07:00
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
Start one or more stopped containers
|
2015-06-21 13:41:38 -07:00
|
|
|
|
2016-07-07 20:43:18 +02:00
|
|
|
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
|
|
|
|
```
|