I'm trying to share a directory on my host with an LXC container. I found this guide: https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
From what I can tell, this looks like for every user I create inside of the LXC container, I have to repeat the process to add them to read/write access for the shared directory.
This isn't ideal for my use case. Would it be possible to create a group on the host, a mapping to this group inside the container, and then create new users within that group inside of the container that would all have read/write permissions to my shared directory by virtue of being in the special group?
Thank you.
From what I can tell, this looks like for every user I create inside of the LXC container, I have to repeat the process to add them to read/write access for the shared directory.
This isn't ideal for my use case. Would it be possible to create a group on the host, a mapping to this group inside the container, and then create new users within that group inside of the container that would all have read/write permissions to my shared directory by virtue of being in the special group?
Thank you.