Start one or more stopped containers
Stop one or more running containers
Pause all processes in one or more containers
Restart one or more containers
docker restart
Stops and then starts the container. Useful for applying configuration changes.
Restart a container
docker restart my_container
Unpause all processes in one or more containers
Create and start a new container
Remove one or more containers