mirror of https://github.com/docker/cli.git
Fix small typo
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
edfc89f4de
commit
ede69a38c2
|
@ -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
|
require greater access control, you can create authorization plugins and add
|
||||||
them to your Docker daemon configuration. Using an authorization plugin, a
|
them to your Docker daemon configuration. Using an authorization plugin, a
|
||||||
Docker administrator can configure granular access policies for managing access
|
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
|
Anyone with the appropriate skills can develop an authorization plugin. These
|
||||||
skills, at their most basic, are knowledge of Docker, understanding of REST, and
|
skills, at their most basic, are knowledge of Docker, understanding of REST, and
|
||||||
|
|
Loading…
Reference in New Issue