5
Do you use containers for desktop software?
(beehaw.org)
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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?
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.
No I havent, but it looks incredible! Thanks for another tip.