Change authz plugin argument name

Signed-off-by: Liron Levin <liron@twistlock.com>
Upstream-commit: 53c1cb81c0
Component: cli
This commit is contained in:
Liron Levin
2017-06-02 00:07:20 +00:00
committed by Tibor Vass
parent 4c35bc9676
commit cf2cd0632d
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -93,14 +93,14 @@ support the Docker client interactions detailed in this section.
### Setting up Docker daemon
Enable the authorization plugin with a dedicated command line flag in the
`--authz-plugins=PLUGIN_ID` format. The flag supplies a `PLUGIN_ID` value.
`--authz-plugin=PLUGIN_ID` format. The flag supplies a `PLUGIN_ID` value.
This value can be the plugins socket or a path to a specification file.
```bash
$ docker daemon --authz-plugins=plugin1 --authz-plugins=plugin2,...
$ docker daemon --authz-plugin=plugin1 --authz-plugin=plugin2,...
```
Docker's authorization subsystem supports multiple `--authz-plugins` parameters.
Docker's authorization subsystem supports multiple `--authz-plugin` parameters.
### Calling authorized command (allow)