I guess I’m getting confused by all the layers in my setup, hopefully someone can help me figure this out.
Ok, so I’m running docker and portainer on a dietpi thats running in a VM and I’m trying to mount my NFS drive that’s on another server to a volume in Docker through portainer.
This is the volume setting in portainer:
This is the volume mount for the container:
And this is the error I’m getting when trying to deploy the container:
I’m pretty sure the error is due to the way portainer thinks that share is mounted here [img]https://i.imgur.com/mY6mPq9.png[/img ]or that it’s fails to mount it.
Should I mount the NFS drive in dietpi first maybe? and then reference the container to the local folder where the share is mounted?