Skip to content

Instantly share code, notes, and snippets.

@aburan28
Created December 7, 2017 03:15
Show Gist options
  • Select an option

  • Save aburan28/2144f3190b4c69bea8e085b79c6e38ec to your computer and use it in GitHub Desktop.

Select an option

Save aburan28/2144f3190b4c69bea8e085b79c6e38ec to your computer and use it in GitHub Desktop.
{
"description": "sshFS plugin for Docker",
"documentation": "https://docs.docker.com/engine/extend/plugins/",
"entrypoint": ["/docker-volume-sshfs"],
"network": {
"type": "host"
},
"interface" : {
"types": ["docker.volumedriver/1.0"],
"socket": "sshfs.sock"
},
"linux": {
"capabilities": ["CAP_SYS_ADMIN"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment