table of contents
other versions
- bookworm 20.10.24+dfsg1-1+deb12u1
- testing 26.1.5+dfsg1-4+b2
- unstable 26.1.5+dfsg1-4+b2
- experimental 26.1.5+dfsg1-6
DOCKER(1) | Docker User Manuals | DOCKER(1) |
NAME¶
docker-start - Start one or more stopped containers
SYNOPSIS¶
docker start [OPTIONS] CONTAINER [CONTAINER...]
DESCRIPTION¶
Alias for docker container start.
OPTIONS¶
-a, --attach[=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
-h, --help[=false] help for start
-i, --interactive[=false] Attach container's STDIN
SEE ALSO¶
Feb 2025 | Docker Community |