Docker Restart Policy within containers

    • Offizieller Beitrag

    (After testing the container to insure it's stable and something you want to keep.)


    If you want the container to run all the time, no matter what, set it to "always". That will cover a few scenarios.


    - Server Reboots
    - Container crashes (A Docker container is a type of Linux VM. While I've never see it with my containers, a crash is possible. )
    If the container is not corrupt, "Always" will restart it.


    If you need to stop the container, to do an update or for testing a replacement, manually stopping it in the Docker plugin will still work.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!