I am new to LxC and Proxmox so I apologize in advance. My issue is that docker, within an lxc, cannot r/w to a bindmount.
1. The bindmount comes from a TrueNAS VM that is connected to Proxmox through CIFS
2. the owner on Truenas is 1000:1000
3. within proxmox shell, I am able to write to the mounted directories.
4. I successfully binded the mount to a privileged LXC container
5. within the LXC container I am able to write to the mounted directory
6. bashing into the docker container, I am also able to write to the mounted directory.
7. when running any docker container, it thinks it is unable to write.
8. I have puid and guid in my dockercompose for plex as 1000:1000
Unsure of what I am doing wrong
1. The bindmount comes from a TrueNAS VM that is connected to Proxmox through CIFS
2. the owner on Truenas is 1000:1000
3. within proxmox shell, I am able to write to the mounted directories.
4. I successfully binded the mount to a privileged LXC container
5. within the LXC container I am able to write to the mounted directory
6. bashing into the docker container, I am also able to write to the mounted directory.
7. when running any docker container, it thinks it is unable to write.
8. I have puid and guid in my dockercompose for plex as 1000:1000
Unsure of what I am doing wrong