docker start
Start one or more stopped containers
Usage
docker start [OPTIONS] CONTAINER [CONTAINER...]
Description
Start one or more stopped containers
Options
Option | Short | Default | Description |
---|---|---|---|
--attach | -a | Attach STDOUT/STDERR and forward signals | |
--checkpoint | experimental (daemon) Restore from this checkpoint | ||
--checkpoint-dir | experimental (daemon) Use a custom checkpoint storage directory | ||
--detach-keys | Override the key sequence for detaching a container | ||
--interactive | -i | Attach container's STDIN |
Examples
$ docker start my_container