-
I used the Docker LXC script to install a VM and be my docker host. Everything was running smoothly. I have several containers working fine, not issues except I can't see to mount NFS on the Docker LXC. I installed nfs common. I can see the exports with showmount and I can mount the NFS shares in other machines. I tried different options in fstab, including nfs version=3, defaults, etc. Any idea what I am doing wrong? mount.nfs: mount(2): Operation not permitted When I use -v and no options: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found out that I needed a privileged container, with the feature NFS enabled under container options in Proxmox. I backed up the unprivileged and restored the container as privileged. (facepalm) |
Beta Was this translation helpful? Give feedback.
Found out that I needed a privileged container, with the feature NFS enabled under container options in Proxmox. I backed up the unprivileged and restored the container as privileged. (facepalm)