1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #20777 from Anonymooseable/document-plugin-types

Document interfaces a plugin can implement
This commit is contained in:
Vincent Demeester 2016-02-29 17:31:06 +01:00
commit c0c10daebf

View file

@ -127,6 +127,12 @@ 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)
- [`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