From cbd8a29659541e2e93abb8fd7dc38d926883a1c8 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Mon, 29 Feb 2016 09:43:44 +0000 Subject: [PATCH] Document interfaces a plugin can implement Signed-off-by: Linus Heckemann Upstream-commit: dd729efe028667b2180922e2c7e649a5b8ec52e9 Component: engine --- components/engine/docs/extend/plugin_api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/engine/docs/extend/plugin_api.md b/components/engine/docs/extend/plugin_api.md index c6793a3dda..360ab5d71b 100644 --- a/components/engine/docs/extend/plugin_api.md +++ b/components/engine/docs/extend/plugin_api.md @@ -127,6 +127,13 @@ Plugins are activated via the following "handshake" API call. Responds with a list of Docker subsystems which this plugin implements. After activation, the plugin will then be sent events from this subsystem. +Possible values are: + - [`authz`](authorization.md) + - `GraphDriver` + - [`NetworkDriver`](plugins_network.md) + - [`VolumeDriver`](plugins_volume.md) + + ## Plugin retries Attempts to call a method on a plugin are retried with an exponential backoff