Docker: Add a restart policy to a container that was already created

In recent versions of docker (as of 1.11) you have an update command:

docker update --restart=always <container>

Leave a Comment