Fix Links

This commit is contained in:
ollypom 2019-07-29 09:52:15 +00:00
parent 40cdd7fc5c
commit 0df0774dc3
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ This topic discusses working with docker clusters in AWS, including how to:
## Prerequisites
- Completed installation of [Docker Desktop Enterprise](/ee/desktop/admin/install).
- Completed installation of [Docker Desktop Enterprise](../ee/desktop/).
- [Access keys](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys) to an AWS subscription. You can provide these credentials in many ways, but the recommended way is to create an `~/.aws/credentials` file. Refer to [AWS CLI configuration](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) for details on creating one.
## Create a cluster

View File

@ -120,7 +120,7 @@ Docker Enterprise has its own built-in authentication mechanism with role-based
control (RBAC), so that you can control who can access and make changes to your
cluster and applications. Also, Docker Enterprise authentication integrates with LDAP
services and supports SAML SCIM to proactively synchronize with authentication providers.
[Learn about role-based access control](https://docs.docker.com/ee/ucp/authorization/). You can also opt to enable [PKI authentication](https://docs.docker.com/ee/enable-client-certificate-authentication/) to use client certificates, rather than username and password.
[Learn about role-based access control](./ucp/authorization/). You can also opt to enable [PKI authentication](./enable-client-certificate-authentication/) to use client certificates, rather than username and password.
![](images/docker-ee-overview-2.png){: .with-border}
@ -183,7 +183,7 @@ To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
```
## Docker Context
A new Docker CLI plugin called `docker context` is available with this release. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](https://docs.docker.com/engine/reference/commandline/context/) about `docker context`.
A new Docker CLI plugin called `docker context` is available with this release. `docker context` helps manage connections to multiple environments so you do not have to remember and type out connection strings. [Read more](../engine/reference/commandline/context/) about `docker context`.
## Where to go next