I used proxmox helper scripts for portainer lxc and would get my host system kernel panicked from backing up the lxc that had a NFS share mounted with fstab. Solved it with moving to komodo lxc and setting the NFS share being mounted directly to the container with Docker Compose.if you decide portainer you can set that up with stacks feature. Hope that helps.
Comment on Docker or Proxmox? Something else entirely?
abeorch@friendica.ginestes.es 22 hours ago@Vendetta9076 @JeanValjean I happened to be searching on running docker inside lxc today. There were quite a few suggestions on configs to make them not go kurplunk. I think i might follow them..
uncloaked@sh.itjust.works 22 hours ago
scrubbles@poptalk.scrubbles.tech 18 hours ago
Only pain will you find down that path. I did that for years, but it’s a pain. You have to disable so many security features, and I found it to be incredibly brittle. I found myself fearing all proxmox upgrades because each time it would break the lxcs. I wish you luck
felbane@lemmy.world 16 hours ago
It’s not worth the headache IMO. Just run a docker VM and use lxc for the one-off systems that you want to experiment with.
I have a “production” docker VM and a “sandbox” docker VM and prod only ever runs compose files that I’ve vetted in sandbox. Super stable, basically bulletproof, and still has the flexibility to experiment and break stuff without affecting my core services.