github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/docs/reference/commandline/start.md (about) 1 --- 2 title: "start" 3 description: "The start command description and usage" 4 keywords: "Start, container, stopped" 5 --- 6 7 # start 8 9 ```markdown 10 Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] 11 12 Start one or more stopped containers 13 14 Options: 15 -a, --attach Attach STDOUT/STDERR and forward signals 16 --detach-keys string Override the key sequence for detaching a container 17 --help Print usage 18 -i, --interactive Attach container's STDIN 19 ``` 20 21 ## Examples 22 23 ```console 24 $ docker start my_container 25 ```