|
@@ -199,8 +199,8 @@ drwx------ 19 root root 4096 Aug 8 17:56 rootfs
|
|
The `rootfs` directory represents the root filesystem of the plugin. In this
|
|
The `rootfs` directory represents the root filesystem of the plugin. In this
|
|
example, it was created from a Dockerfile:
|
|
example, it was created from a Dockerfile:
|
|
|
|
|
|
->**Note:** The `/run/docker/plugins` directory is mandatory for docker to communicate with
|
|
|
|
-the plugin.
|
|
|
|
|
|
+>**Note:** The `/run/docker/plugins` directory is mandatory inside of the
|
|
|
|
+plugin's filesystem for docker to communicate with the plugin.
|
|
|
|
|
|
```bash
|
|
```bash
|
|
$ git clone https://github.com/vieux/docker-volume-sshfs
|
|
$ git clone https://github.com/vieux/docker-volume-sshfs
|