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.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.