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