Skip to content

Instantly share code, notes, and snippets.

@andronics
Forked from fntlnz/docker-service-nfs.md
Created March 28, 2020 19:09
Show Gist options
  • Save andronics/1cda6037b024294bd0fedece3875e866 to your computer and use it in GitHub Desktop.
Save andronics/1cda6037b024294bd0fedece3875e866 to your computer and use it in GitHub Desktop.
Docker service nfs mount
docker service create --mode global --mount type=volume,volume-opt=o=addr=10.3.20.25,volume-opt=device=:/share/poc1/pluto,volume-opt=type=nfs,source=pluto,target=/pluto --name nfstest alpine top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment