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

Fix small typo
This commit is contained in:
Vincent Demeester 2017-06-22 10:01:24 +02:00 committed by GitHub
commit ae2c3ffb40
1 changed files with 1 additions and 1 deletions

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