mirror of
https://github.com/docker/cli.git
synced 2025-11-02 03:53:19 +03:00
880 B
880 B
docker 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 |