Comment on How best to store a media library in proxmox?
MangoPenguin@lemmy.blahaj.zone 3 weeks ago
That works fine.
The other option is run a container instead of a VM and just pass-through a ZFS filesystem directly.
Comment on How best to store a media library in proxmox?
MangoPenguin@lemmy.blahaj.zone 3 weeks ago
That works fine.
The other option is run a container instead of a VM and just pass-through a ZFS filesystem directly.
Matty_r@programming.dev 3 weeks ago
That might be a better option really. I might check that out. I kind if wish Proxmox had Docker integration instead of lxc but that’s a different topic.
MangoPenguin@lemmy.blahaj.zone 3 weeks ago
The easy option is run docker in a privileged LXC container, it’s basically like running it directly on Proxmox and will have no permissions issues.
Matty_r@programming.dev 3 weeks ago
Oh, that works? That’s some inception level containering right there
MangoPenguin@lemmy.blahaj.zone 3 weeks ago
Yup, you can do it unprivileged as well but permissions can be funky with any mount points shared with other containers.