File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Consider the following `config.json` file.
150
150
{
151
151
"description": "sshFS plugin for Docker",
152
152
"documentation": "https://docs.docker.com/engine/extend/plugins/",
153
- "entrypoint": ["/go/bin/ docker-volume-sshfs"],
153
+ "entrypoint": ["/docker-volume-sshfs"],
154
154
"network": {
155
155
"type": "host"
156
156
},
@@ -165,7 +165,7 @@ Consider the following `config.json` file.
165
165
```
166
166
167
167
This plugin is a volume driver. It requires a `host` network and the
168
- `CAP_SYS_ADMIN` capability. It depends upon the `/go/bin/ docker-volume-sshfs`
168
+ `CAP_SYS_ADMIN` capability. It depends upon the `/docker-volume-sshfs`
169
169
entrypoint and uses the `/run/docker/plugins/sshfs.sock` socket to communicate
170
170
with Docker Engine. This plugin has no runtime parameters.
171
171
You can’t perform that action at this time.
0 commit comments