Skip to content

Commit 8d02b73

Browse files
committed
Update readme
1 parent 878a7e4 commit 8d02b73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Amazon Linux docker image with `aws-cli` installed.
1414
docker run -it \
1515
-v $HOME/.aws:/root/.aws \
1616
-e AWS_PROFILE=<some-profile> \
17-
memeddev/docker-aws-cli:0.2.0 aws s3 ls
17+
memeddev/docker-aws-cli:0.3.0 aws s3 ls
1818
```
1919

2020
> For security reasons, the image does not contains AWS Credentials. Therefore, user must pass `$HOME/.aws` as volume, and `-e AWS_PROFILE=<some-profile>` to have access to AWS API.
@@ -25,7 +25,7 @@ memeddev/docker-aws-cli:0.2.0 aws s3 ls
2525
docker run -it \
2626
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
2727
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
28-
memeddev/docker-aws-cli:0.2.0 aws s3 ls
28+
memeddev/docker-aws-cli:0.3.0 aws s3 ls
2929
```
3030

31-
> More information about authentication at [AWS CLI Docs](https://docs.aws.amazon.com/pt_br/cli/latest/userguide/cli-chap-configure.html).
31+
> More information about authentication at [AWS CLI Docs](https://docs.aws.amazon.com/pt_br/cli/latest/userguide/cli-chap-configure.html).

0 commit comments

Comments
 (0)