Clarify example/README about required secret NAME

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-07-10 13:54:59 +02:00
parent 55d560badb
commit a0a785f19e
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 4 additions and 1 deletions

View File

@ -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