docker run --restart unless-stopped myimage
Category: Docker
docker run --restart unless-stopped myimage
Auto-restart container unless manually stopped (survives reboots)
Configures the container to automatically restart if it stops, but NOT if you manually stop it with docker stop.