docker/restart

Restart Container

Restart one or more containers

container
lifecycle

Command

docker restart

Explanation

Stops and then starts the container. Useful for applying configuration changes.

Examples

Restart a container

docker restart my_container