From 6393eac0112754d939411385c78244ef3ca962b9 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Tue, 25 Oct 2016 13:39:04 -0700 Subject: [PATCH] Edits to plugin docs after building authz plugin Signed-off-by: Riyaz Faizullabhoy --- docs/extend/config.md | 2 ++ docs/extend/index.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/extend/config.md b/docs/extend/config.md index 31c785c8e5..329af250eb 100644 --- a/docs/extend/config.md +++ b/docs/extend/config.md @@ -55,6 +55,8 @@ Config provides the base accessible fields for working with V0 plugin format - **docker.volumedriver/1.0** + - **docker.authz/1.0** + - **`socket`** *string* socket is the name of the socket the engine should use to communicate with the plugins. diff --git a/docs/extend/index.md b/docs/extend/index.md index be86d862dc..71a5f4a3c7 100644 --- a/docs/extend/index.md +++ b/docs/extend/index.md @@ -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 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 $ git clone https://github.com/vieux/docker-volume-sshfs