|
|
|
|
|
by szszrk
1154 days ago
|
|
LXC doesn't have the images and tools ecosystem around.
Also, LXC and Proxmox have a mutual vibe that is amazing to work with (if you care to take a closer look). LXC is a first class citizen in Proxmox, with clear documentation, config files, CLI tools and web UI. It can be backed-up just like a VM (Proxmox Backup Server FTW!), can be set up mostly like a VM, it boots instantly and so on. It's such a joy to work with, unless you want access to actual hardware (which includes things like mounting or hosting NFS/Samba), but even then it's easy to find help on docs and forums (the latter are surprisingly up to date). But LXC does not have that "ephemeral" nature like Docker. Container "templates" are clean but full operating systems, full hard drives are connected and host all data, both user files/images and OS. Just like a VM, I guess. Now, you can actually run Docker inside LXC easily and have best of both worlds: docker with docker-compose and alike to quickly prototype and homelab AND super light and quick to boot machines which will host that Docker for you. It's actually a very clean and pleasant approach, I highly recommend this as tool for testing and homelabing. |
|
Is it for making a RAID directly on the HW drives?