Skip to content

Commit e1d137e

Browse files
committed
Update readme - tag 0.7.0
1 parent 5c4dc5d commit e1d137e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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.6.0 aws s3 ls
17+
memeddev/docker-aws-cli:0.7.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.6.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.6.0 aws s3 ls
28+
memeddev/docker-aws-cli:0.7.0 aws s3 ls
2929
```
3030

3131
> 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)