Replace docker command from 'docker daemon' to 'dockerd'

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-08-25 11:47:33 +08:00
committed by Tibor Vass
parent a8a90829bb
commit ed38ec18bf
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ Authorization plugins can be loaded without restarting the daemon. Refer
to the [`dockerd` documentation](../reference/commandline/dockerd.md#configuration-reloading) for more information.
```bash
$ docker daemon --authorization-plugin=plugin1 --authorization-plugin=plugin2,...
$ dockerd --authorization-plugin=plugin1 --authorization-plugin=plugin2,...
```
Docker's authorization subsystem supports multiple `--authorization-plugin` parameters.