Command
docker restart
Explanation
Stops and then starts the container. Useful for applying configuration changes.
Examples
Restart a container
docker restart my_container
docker restart
Stops and then starts the container. Useful for applying configuration changes.
Restart a container
docker restart my_container