ソースを参照

Document interfaces a plugin can implement

Signed-off-by: Linus Heckemann <lheckemann@twig-world.com>
Linus Heckemann 9 年 前
コミット
dd729efe02
1 ファイル変更7 行追加0 行削除
  1. 7 0
      docs/extend/plugin_api.md

+ 7 - 0
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.
 Responds with a list of Docker subsystems which this plugin implements.
 After activation, the plugin will then be sent events from this subsystem.
 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
 ## Plugin retries
 
 
 Attempts to call a method on a plugin are retried with an exponential backoff
 Attempts to call a method on a plugin are retried with an exponential backoff