1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Edits to plugin docs after building authz plugin

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2016-10-25 13:39:04 -07:00
parent 1c29c3a54d
commit a524c135dc
2 changed files with 4 additions and 2 deletions

View file

@ -55,6 +55,8 @@ Config provides the base accessible fields for working with V0 plugin format
- **docker.volumedriver/1.0** - **docker.volumedriver/1.0**
- **docker.authz/1.0**
- **`socket`** *string* - **`socket`** *string*
socket is the name of the socket the engine should use to communicate with the plugins. socket is the name of the socket the engine should use to communicate with the plugins.

View file

@ -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 >**Note:** The `/run/docker/plugins` directory is mandatory inside of the
the plugin. 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