Browse code

Edits to plugin docs after building authz plugin

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

Riyaz Faizullabhoy authored on 2016/10/26 05:39:04
Showing 2 changed files
... ...
@@ -55,6 +55,8 @@ Config provides the base accessible fields for working with V0 plugin format
55 55
 
56 56
       	- **docker.volumedriver/1.0**
57 57
 
58
+      	- **docker.authz/1.0**
59
+
58 60
     - **`socket`** *string*
59 61
 
60 62
       socket is the name of the socket the engine should use to communicate with the plugins.
... ...
@@ -199,8 +199,8 @@ drwx------ 19 root root 4096 Aug  8 17:56 rootfs
199 199
 The `rootfs` directory represents the root filesystem of the plugin. In this
200 200
 example, it was created from a Dockerfile:
201 201
 
202
->**Note:** The `/run/docker/plugins` directory is mandatory for docker to communicate with
203
-the plugin.
202
+>**Note:** The `/run/docker/plugins` directory is mandatory inside of the
203
+plugin's filesystem for docker to communicate with the plugin.
204 204
 
205 205
 ```bash
206 206
 $ git clone https://github.com/vieux/docker-volume-sshfs