What taxon said.
Most of my services have their own lxc with docker.
A few that need it are vms
It works so well i often forget how i set things up because its very leave and forget about it, Keeps working.
Comment on New server for the family, Proxmox or TrueNAS, LXC or Docker?
RedBauble@sh.itjust.works 4 days agoHow is that different from a VM and using docker inside it? Any specific advantages/disadvantages to both approaches?
What taxon said.
Most of my services have their own lxc with docker.
A few that need it are vms
It works so well i often forget how i set things up because its very leave and forget about it, Keeps working.
So your running one lxc with one docker container in it?
I am running a few lxc which all run a docker container each.
Lower overhead
CmdrShepard42@lemm.ee 3 days ago
In Proxmox, LXCs allow you to easily share resources between containers like your iGPU can be shared with your Jellyfin container and a separate Immich container. From my understanding, VMs bind whatever resource to the VM which can’t easily be used with other VMs or containers.
RedBauble@sh.itjust.works 3 days ago
This is really interesting, might be the way to go for me