Create and start a new container
Stop one or more running containers
Restart one or more containers
Start one or more stopped containers
docker start
Restarts a stopped container while preserving its filesystem and configuration.
Start a stopped container
docker start my_container
Pause all processes in one or more containers
Unpause all processes in one or more containers
Remove one or more containers