From f56098be863aca3055d9c6ae149a3b2a6a7d8152 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: 54afb612882e40395102d5cef2722c097411e1af Component: cli --- components/cli/docs/extend/plugin_api.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/cli/docs/extend/plugin_api.md b/components/cli/docs/extend/plugin_api.md index c6793a3dda..360ab5d71b 100644 --- a/components/cli/docs/extend/plugin_api.md +++ b/components/cli/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