https://github.com/felippemauricio/docker-awscli-dind
Containerized Docker-In-Docker + AWS CLI on alpine to avoid requiring the aws cli to be installed on CI machines.
https://github.com/felippemauricio/docker-awscli-dind
aws awscli dind docker
Last synced: 21 days ago
JSON representation
Containerized Docker-In-Docker + 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-dind
- Owner: felippemauricio
- License: mit
- Created: 2019-03-08T14:05:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T02:43:49.000Z (almost 7 years ago)
- Last Synced: 2025-07-06T04:37:25.093Z (11 months ago)
- Topics: aws, awscli, dind, docker
- Language: Dockerfile
- Homepage: https://dockr.ly/2TJiGYB
- Size: 84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker-In-Docker + awscli
[](https://github.com/felippemauricio/docker-awscli-dind/blob/master/LICENSE.md)
[](https://travis-ci.org/felippemauricio/docker-awscli-dind)
[](https://hub.docker.com/r/felippemauricio/awscli-dind)
[](https://github.com/felippemauricio/awscli-dind/pulls)
Containerized Docker-In-Dind + 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-dind
```
## Usage
```sh
docker run -it -e AWS_ACCESS_KEY_ID= -e AWS_SECRET_ACCESS_KEY= -e AWS_DEFAULT_REGION= felippemauricio/awscli-dind sh
```
## Docker Hub
The Docker Hub page is [felippemauricio/awscli-dind](https://hub.docker.com/r/felippemauricio/awscli-dind).
## License
Licensed under the MIT License, Copyright © 2019-present Felippe Maurício.