File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Consider the following `config.json` file.
207207{
208208 "description": "sshFS plugin for Docker",
209209 "documentation": "https://docs.docker.com/engine/extend/plugins/",
210- "entrypoint": ["/go/bin/ docker-volume-sshfs"],
210+ "entrypoint": ["/docker-volume-sshfs"],
211211 "network": {
212212 "type": "host"
213213 },
@@ -222,7 +222,7 @@ Consider the following `config.json` file.
222222```
223223
224224This plugin is a volume driver. It requires a `host` network and the
225- `CAP_SYS_ADMIN` capability. It depends upon the `/go/bin/ docker-volume-sshfs`
225+ `CAP_SYS_ADMIN` capability. It depends upon the `/docker-volume-sshfs`
226226entrypoint and uses the `/run/docker/plugins/sshfs.sock` socket to communicate
227227with Docker Engine. This plugin has no runtime parameters.
228228
You can’t perform that action at this time.
0 commit comments