docker/start

Start Container

Start one or more stopped containers

container
lifecycle

Command

docker start

Explanation

Restarts a stopped container while preserving its filesystem and configuration.

Examples

Start a stopped container

docker start my_container