• lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 days ago

    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.

    • Appoxo@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      5 days ago

      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.