$ docker run -d --restart unless-stopped <image>
$ docker run --restart=always redis
docker update --restart unless-stopped $(docker ps -q)