From a0a785f19e60bc410c2adb2a4c341c514e9e4877 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Fri, 10 Jul 2020 13:54:59 +0200 Subject: [PATCH] Clarify example/README about required secret NAME Signed-off-by: Nicolas De Loof --- ecs/example/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ecs/example/README.md b/ecs/example/README.md index 96e3e5261..e8dbbd738 100644 --- a/ecs/example/README.md +++ b/ecs/example/README.md @@ -36,8 +36,11 @@ If you have 2FA enabled on your Hub account you will need to create a PAT. You can read more about managing access tokens here: https://docs.docker.com/docker-hub/access-tokens/ + +You can then create `DockerHubToken` secret on [AWS Secret Manager](https://aws.amazon.com/secrets-manager/) using following command + ```console -docker ecs secret create -d MyKey -u myhubusername -p myhubpat +docker ecs secret create -d MyKey -u myhubusername -p myhubpat DockerHubToken ``` ### Create an AWS Docker context and list available contexts