Start one or more stopped containers
docker start [OPTIONS] CONTAINER [CONTAINER...]
Name, shorthand | Default | Description |
---|---|---|
--attach, -a |
false |
Attach STDOUT/STDERR and forward signals |
--checkpoint |
Restore from this checkpoint | |
--checkpoint-dir |
Use a custom checkpoint storage directory | |
--detach-keys |
Override the key sequence for detaching a container | |
--interactive, -i |
false |
Attach container’s STDIN |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker container start
.