docker-container-start - Man Page

Start one or more stopped containers

Synopsis

docker container start [Options] CONTAINER [CONTAINER...]

Description

Start one or more containers.

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

docker-container(1)

Referenced By

docker-container(1).

Dec 2024 Docker Community Docker User Manuals