1
0
mirror of https://github.com/docker/cli.git synced 2025-08-07 00:42:41 +03:00

Fixing documentation comments by @thaJeztah

Signed-off-by: Dima Stopel <dima@twistlock.com>
This commit is contained in:
Dima Stopel
2015-12-10 12:53:27 +02:00
committed by Tibor Vass
parent 00962f362b
commit a8a3c47ee5
3 changed files with 70 additions and 33 deletions

View File

@@ -610,7 +610,7 @@ authorization plugins when you start the Docker `daemon` using the
`--authz-plugins=PLUGIN_ID` option.
```bash
docker daemon --authz-plugins=plugin1 --auth-plugins=plugin2,...
docker daemon --authz-plugins=plugin1 --authz-plugins=plugin2,...
```
The `PLUGIN_ID` value is either the plugin's name or a path to its specification
@@ -624,8 +624,7 @@ multiple plugins installed, at least one must allow the request for it to
complete.
For information about how to create an authorization plugin, see [authorization
plugin](https://docs.docker.com/engine/extend/authorization/) section in the
Docker extend section of this documentation.
plugin](../../extend/authorization.md) section in the Docker extend section of this documentation.
## Miscellaneous options