https://github.com/danielwhatmuff/docker-aws-cli
Dockerized aws cli built from various base images.
https://github.com/danielwhatmuff/docker-aws-cli
Last synced: 4 months ago
JSON representation
Dockerized aws cli built from various base images.
- Host: GitHub
- URL: https://github.com/danielwhatmuff/docker-aws-cli
- Owner: danielwhatmuff
- License: apache-2.0
- Created: 2015-12-18T10:53:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T00:13:57.000Z (over 10 years ago)
- Last Synced: 2025-08-20T22:36:48.291Z (10 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS CLI built from Fedora
# Summary
- A Docker build for the AWS command line tools, for more info see [AWS CLI](https://aws.amazon.com/cli/)
[](https://imagelayers.io/?images=danielwhatmuff/docker-aws-cli:latest 'Get your own badge on imagelayers.io')
# Requirements
- Docker :whale: - if you are on Mac, checkout the [Docker Toolbox](http://docs.docker.com/mac/step_one/)
# Usage
- Build the image using docker
```bash
$ docker build -t aws-cli .
```
- Use the AWS CLI
```bash
$ docker run -e AWS_ACCESS_KEY_ID='' -e AWS_SECRET_ACCESS_KEY='' -e AWS_DEFAULT_REGION='' --rm aws-cli aws s3 ls
```
# Use the Docker Hub automated build
- To use the automated build from Docker Hub, run:
```bash
$ docker pull danielwhatmuff/docker-aws-cli
```
### Contributing
File issues in GitHub to report bugs or issue a pull request to contribute.