mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Document interfaces a plugin can implement
Signed-off-by: Linus Heckemann <lheckemann@twig-world.com>
This commit is contained in:
parent
5ef74c6595
commit
dd729efe02
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue