github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/docs/reference/commandline/start.md (about) 1 <!--[metadata]> 2 +++ 3 title = "start" 4 description = "The start command description and usage" 5 keywords = ["Start, container, stopped"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # start 12 13 ```markdown 14 Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] 15 16 Start one or more stopped containers 17 18 Options: 19 -a, --attach Attach STDOUT/STDERR and forward signals 20 --detach-keys string Override the key sequence for detaching a container 21 --help Print usage 22 -i, --interactive Attach container's STDIN 23 ```