Browse code

Document interfaces a plugin can implement

Signed-off-by: Linus Heckemann <lheckemann@twig-world.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Linus Heckemann authored on 2016/02/29 18:43:44
Showing 1 changed files
... ...
@@ -127,6 +127,13 @@ Plugins are activated via the following "handshake" API call.
127 127
 Responds with a list of Docker subsystems which this plugin implements.
128 128
 After activation, the plugin will then be sent events from this subsystem.
129 129
 
130
+Possible values are:
131
+ - [`authz`](authorization.md)
132
+ - `GraphDriver`
133
+ - [`NetworkDriver`](plugins_network.md)
134
+ - [`VolumeDriver`](plugins_volume.md)
135
+
136
+
130 137
 ## Plugin retries
131 138
 
132 139
 Attempts to call a method on a plugin are retried with an exponential backoff