Sounds like a permissions issue, honestly. If the NFS share is mapped to a drive letter (Windows server I assume?), then Docker should see it in the filesystem like any other local drive. At least that’s how I understand it… I’ve never used Docker on Windows.
Sounds like a permissions issue, honestly. If the NFS share is mapped to a drive letter (Windows server I assume?), then Docker should see it in the filesystem like any other local drive. At least that’s how I understand it… I’ve never used Docker on Windows.
Absolutely agreed on permission issue.
Sounds exactly like my issue.
I wasnt aware Linux accesses NFS shares with the authenticated user.
Linuxserver.io containers have a container user called ‘abc’ mapped via environment variables to the host.
Once I figured that out it was pretty easy.