浏览代码

Clarify example/README about required secret NAME

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 5 年之前
父节点
当前提交
a0a785f19e
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      ecs/example/README.md

+ 4 - 1
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