ee intro: add links to ucp cli access (#9800)

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2019-11-05 13:30:00 -05:00 committed by Olly P
parent e7dcb98027
commit 760aa33875
1 changed files with 4 additions and 4 deletions

View File

@ -136,8 +136,8 @@ Windows applications typically require Active Directory authentication in order
## Docker Enterprise and the CLI
Docker Enterprise exposes the standard Docker API, so you can continue using the tools
that you already know, including the Docker CLI client, to deploy and manage your
applications.
that you already know, [including the Docker CLI client](./ucp/user-access/cli/),
to deploy and manage your applications.
For example, you can use the `docker info` command to check the
status of a Swarm managed by Docker Enterprise:
@ -166,8 +166,8 @@ Managers: 1
## Use the Kubernetes CLI
Docker Enterprise exposes the standard Kubernetes API, so you can use `kubectl` to
manage your Kubernetes workloads:
Docker Enterprise exposes the standard Kubernetes API, so you can use [kubectl
to manage your Kubernetes workloads](./ucp/user-access/cli/):
```bash
kubectl cluster-info