• decaptcha [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 days ago

    are there good alternatives to Ubuntu Server? I run all my docker containers on headless US cuz I don’t know any better. Maybe this thing is a non-issue but still curious what else is out there. Maybe Debian would serve just as well?

    • PorkrollPosadist [he/him, they/them]@hexbear.net
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      4 days ago

      If you’re using Docker, Debian should be fine. The containers include their own runtimes and make the software running on the host mostly irrelevant. For what its worth, I run matapacos.dog on Debian (without Docker). You couldn’t ask for a better server OS in my opinion.

      • You seem to be a knowledged linuxer, do you know how to make docker compose containers start on boot. Last I used it I think I had to log on and run docker compose up -d every time.

        Edit: I should have just asked the search engine which leads me to stackoverflow. See also dockers own docs on restart


        This user is suspected of being a cat. Please report any suspicious behavior.

        • hello_hello [hy/hym]@hexbear.netM
          link
          fedilink
          English
          arrow-up
          4
          ·
          4 days ago

          There’s also the Podman way of doing things which involve using Podman Quadlets/Pods to group containers together and to start them as a rootless systemd user service (using loginctl’s enable-linger toggle to allow services to be started without the user being logged in.

      • decaptcha [none/use name]@hexbear.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        Thanks, makes perfect sense. Think my brain was trying to save itself from pondering the work involved in moving the containers over. My oldest ones I set up before I really knew what I was doing so I’m expecting it to be a chore to backup, migrate, and adopt them into the management container I’m using now (Arcane). Would make a nice weekend project if I had one to spare, hehe