An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# docker-aws-cli
A simple docker that allows you to pass through aws-cli commands

Published 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`.