Docker restart container when docker restarts2/1/2020Maxime MoreillonTutorialsDockerDocker restart container when docker restartsSimply add the following flag when using docker run --restart=alwaysIf the container is already running:docker update --restart=always <container>