tilhow to mount nfs shares in nfs containers
Do this in the main proxmox node shell
sudo mount -t nfs4 -o nfsvers=4.2 <your-ip>:/nasnfs /nas
-
Here, nasnfs is the name of the NFS resource, and /nas is the mount directory.
Then, what you should do is
pct set <lxc-container-id> -mp0 /nas,mp=/mnt/nasnfs
pct set <lxc-container-id> -mp1 /nas2,mp=/mnt/nasnfs2
etc..