this post was submitted on 26 Jun 2023
4 points (100.0% liked)

Free and Open Source Software

17695 readers
35 users here now

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.

founded 2 years ago
MODERATORS
 

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 for general computing.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ono@lemmy.ca 0 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[โ€“] kyoji@beehaw.org 1 points 1 year ago

No I havent, but it looks incredible! Thanks for another tip.