https://github.com/meteor/docker-aws-cli
A simple docker that allows you to pass through aws-cli commands
https://github.com/meteor/docker-aws-cli
Last synced: 5 months ago
JSON representation
A simple docker that allows you to pass through aws-cli commands
- Host: GitHub
- URL: https://github.com/meteor/docker-aws-cli
- Owner: meteor
- License: mit
- Fork: true (pebble/docker-aws-cli)
- Created: 2017-08-01T17:26:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T12:11:23.000Z (almost 7 years ago)
- Last Synced: 2024-09-25T13:04:48.377Z (9 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-aws-cli
A simple docker that allows you to pass through aws-cli commandsPublished to [meteor/aws-cli](https://hub.docker.com/r/meteor/aws-cli/tags/)
### Example usage
```
docker pull meteor/aws-cli
docker run -v ${HOME}/.aws/:/aws:ro meteor/aws-cli sts get-caller-identity
```Basically, `aws` becomes `docker run -v ${HOME}/.aws/credentials:/aws/credentials:ro meteor/aws-cli`.