Comment on How best to store a media library in proxmox?
MangoPenguin@lemmy.blahaj.zone 2 weeks agoThe 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 2 weeks ago
Oh, that works? That’s some inception level containering right there
MangoPenguin@lemmy.blahaj.zone 2 weeks ago
Yup, you can do it unprivileged as well but permissions can be funky with any mount points shared with other containers.