docs/dockerd: correct authz plugin chain semantics

Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
David Sheets 2017-05-01 14:27:42 +01:00 committed by Tibor Vass
parent 079bc9c7aa
commit 24b6f3cd6e
2 changed files with 8 additions and 8 deletions

View File

@ -901,10 +901,10 @@ file. The plugin's implementation determines whether you can specify a name or
path. Consult with your Docker administrator to get information about the path. Consult with your Docker administrator to get information about the
plugins available to you. plugins available to you.
Once a plugin is installed, requests made to the `daemon` through the command Once a plugin is installed, requests made to the `daemon` through the
line or Docker's Engine API are allowed or denied by the plugin. If you have command line or Docker's Engine API are allowed or denied by the plugin.
multiple plugins installed, at least one must allow the request for it to If you have multiple plugins installed, each plugin, in order, must
complete. allow the request for it to complete.
For information about how to create an authorization plugin, see [authorization For information about how to create an authorization plugin, see [authorization
plugin](../../extend/plugins_authorization.md) section in the Docker extend section of this documentation. plugin](../../extend/plugins_authorization.md) section in the Docker extend section of this documentation.

View File

@ -701,10 +701,10 @@ specification file. The plugin's implementation determines whether you can
specify a name or path. Consult with your Docker administrator to get specify a name or path. Consult with your Docker administrator to get
information about the plugins available to you. information about the plugins available to you.
Once a plugin is installed, requests made to the `daemon` through the command Once a plugin is installed, requests made to the `daemon` through the
line or Docker's Engine API are allowed or denied by the plugin. If you have command line or Docker's Engine API are allowed or denied by the plugin.
multiple plugins installed, at least one must allow the request for it to If you have multiple plugins installed, each plugin, in order, must
complete. allow the request for it to complete.
For information about how to create an authorization plugin, see [authorization For information about how to create an authorization plugin, see [authorization
plugin](https://docs.docker.com/engine/extend/authorization/) section in the plugin](https://docs.docker.com/engine/extend/authorization/) section in the