github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/start.md (about) 1 # docker start 2 3 <!---MARKER_GEN_START--> 4 Start one or more stopped containers 5 6 ### Aliases 7 8 `docker container start`, `docker start` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:----------------------|:---------|:--------|:----------------------------------------------------| 14 | `-a`, `--attach` | | | Attach STDOUT/STDERR and forward signals | 15 | `--checkpoint` | `string` | | Restore from this checkpoint | 16 | `--checkpoint-dir` | `string` | | Use a custom checkpoint storage directory | 17 | `--detach-keys` | `string` | | Override the key sequence for detaching a container | 18 | `-i`, `--interactive` | | | Attach container's STDIN | 19 20 21 <!---MARKER_GEN_END--> 22