Merge pull request #226 from mstanleyjones/typo-fix-auth

Fix small typo
Upstream-commit: ae2c3ffb40
Component: cli
This commit is contained in:
Vincent Demeester
2017-06-22 10:01:24 +02:00
committed by GitHub

View File

@ -27,7 +27,7 @@ same is true for callers using Docker's Engine API to contact the daemon. If you
require greater access control, you can create authorization plugins and add
them to your Docker daemon configuration. Using an authorization plugin, a
Docker administrator can configure granular access policies for managing access
to Docker daemon.
to the Docker daemon.
Anyone with the appropriate skills can develop an authorization plugin. These
skills, at their most basic, are knowledge of Docker, understanding of REST, and