Command
docker start
Explanation
Restarts a stopped container while preserving its filesystem and configuration.
Examples
Start a stopped container
docker start my_container
docker start
Restarts a stopped container while preserving its filesystem and configuration.
Start a stopped container
docker start my_container