Created
December 7, 2017 03:15
-
-
Save aburan28/2144f3190b4c69bea8e085b79c6e38ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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