blob: 256fc9c8a830de63853dc9ebf6f66806a959d6f9 [file] [log] [blame] [view] [edit]
# start
<!---MARKER_GEN_START-->
Start one or more stopped containers
### Aliases
`docker container start`, `docker start`
### Options
| Name | Type | Default | Description |
|:----------------------|:---------|:--------|:----------------------------------------------------|
| `-a`, `--attach` | `bool` | | Attach STDOUT/STDERR and forward signals |
| `--checkpoint` | `string` | | Restore from this checkpoint |
| `--checkpoint-dir` | `string` | | Use a custom checkpoint storage directory |
| `--detach-keys` | `string` | | Override the key sequence for detaching a container |
| `-i`, `--interactive` | `bool` | | Attach container's STDIN |
<!---MARKER_GEN_END-->
## Examples
```console
$ docker start my_container
```