Document interfaces a plugin can implement

Signed-off-by: Linus Heckemann <lheckemann@twig-world.com>
Upstream-commit: dd729efe028667b2180922e2c7e649a5b8ec52e9
Component: engine
This commit is contained in:
Linus Heckemann
2016-02-29 09:43:44 +00:00
parent 4eae9fd26d
commit cbd8a29659

View File

@ -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