2015-06-21 16:41:38 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "start"
|
|
|
|
description = "The start command description and usage"
|
|
|
|
keywords = ["Start, container, stopped"]
|
|
|
|
[menu.main]
|
|
|
|
parent = "smn_cli"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# start
|
|
|
|
|
2016-07-07 14:43:18 -04:00
|
|
|
```markdown
|
|
|
|
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
|
2015-06-21 16:41:38 -04:00
|
|
|
|
2016-07-07 14:43:18 -04:00
|
|
|
Start one or more stopped containers
|
2015-06-21 16:41:38 -04:00
|
|
|
|
2016-07-07 14:43:18 -04: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
|
|
|
|
```
|