From b0985d9575cdddfc4dbeeb7ec62a46e964988236 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Fri, 23 Aug 2019 10:55:44 -0400 Subject: [PATCH] Included Docker engine CLI as pre-requisite Pre-requisites stated that Docker Desktop is required, but `docker cluster` commands also work on Docker CLI installations on Linux. --- cluster/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/aws.md b/cluster/aws.md index 7a002c8ecf..3a0626285b 100644 --- a/cluster/aws.md +++ b/cluster/aws.md @@ -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/). +- Completed installation of [Docker Desktop Enterprise](../ee/desktop/) on Windows or Mac, or the [Docker CLI](https://docs.docker.com/ee/supported-platforms/) on Linux. - [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