Skip to content

Instantly share code, notes, and snippets.

@fntlnz
Last active March 28, 2020 19:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fntlnz/3c55b5d79992f3ab5f6199924e635e84 to your computer and use it in GitHub Desktop.
Save fntlnz/3c55b5d79992f3ab5f6199924e635e84 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