Docker Run Redémarrer sur Boot
$ docker run -d --restart unless-stopped <image>
yagami
$ docker run -d --restart unless-stopped <image>
docker update --restart=no $(docker ps -a -q)
docker run -d --restart unless-stopped -p27017:27017 mongo