• lemmyvore
      link
      fedilink
      English
      08 months ago

      With other init systems you don’t have to write any custom config files. You just have to start docker; it already has container maintenance built-in.

      I’ll never understand why they had to complicate it and require every container to also have a unit of explicit management.

        • lemmyvore
          link
          fedilink
          English
          08 months ago

          It is, it’s what restart: always does. It will restart a container on failure and start it on boot, unless explicitly stopped.