Fix small typo

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
master
Misty Stanley-Jones 2017-06-21 11:01:54 -07:00
parent edfc89f4de
commit ede69a38c2
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