• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: August 22nd, 2023

help-circle








  • I use LXC for all the reasons most people use Docker, it’s easy to spin up a new service, there are no leftovers when I remove a service, and everything stays separate. What I really like about LXC though is that you can treat containers like VMs, you start it up, attach and install all your software as if it were a real machine. No extra tech to learn.












  • Plain old Debian on the hardware with all services living in LXC containers. LXC containers are like working with VMs or ‘real’ machines so I only needed to learn about 3 more commands to get new services running, the rest is regular old Linux.

    I’ve used OpenMediaVault in the past and it is great, especially for new users, but I just prefer a bare-bones solution.