https://github.com/felippemauricio/docker-awscli
Containerized AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.
https://github.com/felippemauricio/docker-awscli
aws awscli docker
Last synced: 3 days ago
JSON representation
Containerized AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.
- Host: GitHub
- URL: https://github.com/felippemauricio/docker-awscli
- Owner: felippemauricio
- License: mit
- Created: 2019-02-15T00:20:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T02:34:37.000Z (almost 7 years ago)
- Last Synced: 2025-07-17T18:58:01.690Z (10 months ago)
- Topics: aws, awscli, docker
- Language: Dockerfile
- Homepage: https://dockr.ly/2BI8ky5
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker awscli
[](https://github.com/felippemauricio/docker-awscli/blob/master/LICENSE.md)
[](https://travis-ci.org/felippemauricio/docker-awscli)
[](https://hub.docker.com/r/felippemauricio/awscli)
[](https://github.com/felippemauricio/awscli/pulls)
Containerized AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.

## How to pull the docker image?
```sh
docker pull felippemauricio/awscli
```
## Usage
```sh
docker run -it -e AWS_ACCESS_KEY_ID= -e AWS_SECRET_ACCESS_KEY= -e AWS_DEFAULT_REGION= felippemauricio/awscli sh
```
## Docker Hub
The Docker Hub page is "[felippemauricio/awscli](https://hub.docker.com/r/felippemauricio/awscli)".
## License
Licensed under the MIT License, Copyright © 2019-present Felippe Maurício.