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
|
|
|
|
|
|
|
|
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
|
|
|
|
|
2015-10-03 11:56:41 -04:00
|
|
|
Start one or more containers
|
2015-06-21 16:41:38 -04:00
|
|
|
|
2015-12-23 09:37:06 -05:00
|
|
|
-a, --attach Attach STDOUT/STDERR and forward signals
|
2016-01-03 17:03:39 -05:00
|
|
|
--detach-keys Specify the escape key sequence used to detach a container
|
2015-12-23 09:37:06 -05:00
|
|
|
--help Print usage
|
|
|
|
-i, --interactive Attach container's STDIN
|