docker start

Start one or more stopped containers

Usage

docker start [OPTIONS] CONTAINER [CONTAINER...]

Description

Start one or more stopped containers

Options

OptionShortDefaultDescription
--attach-aAttach STDOUT/STDERR and forward signals
--checkpointexperimental (daemon) Restore from this checkpoint
--checkpoint-direxperimental (daemon) Use a custom checkpoint storage directory
--detach-keysOverride the key sequence for detaching a container
--interactive-iAttach container's STDIN

Examples

$ docker start my_container