If you do, what is your setup to run and maintain the containers? Have you experienced any problems that have been show-stoppers?

They seem like an attractive option in some cases, but I’m curious to hear how people use them general computing.

  • kyoji@beehaw.orgOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I have never heard of LXC, thanks for the tip! Is LXC similiar to Docker where you need to configure the entire environment? When you use LXC for desktop software, do you always build from source?

    • ono
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      LXC puts an entire Linux distro in a container, so I can use shells, install packages, and configure/manage things like I would a virtual machine. It’s useful when I want more flexibility than the single-app model offered by docker and flatpak. I haven’t tried using it for a desktop environment (like Plasma or GNOME), but I have used it for GUI apps.

      No, I don’t always build apps from source for use in an LXC container. I usually let the guest’s package manager (like apt) install them.

      Are you aware of Qubes OS? It’s made specifically for desktop software in containers.