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

https://github.com/tstarck/aws-cli-docker

Yet another containerization of aws-cli
https://github.com/tstarck/aws-cli-docker

aws-cli docker-image

Last synced: 9 months ago
JSON representation

Yet another containerization of aws-cli

Awesome Lists containing this project

README

          

# aws-cli-docker

[cli]: https://github.com/aws/aws-cli

Yet another containerization of [aws-cli][cli].

## usage

Assuming you have build the image with name `awscli` and you have configuration
and credentials in your `~/.aws`:

$ docker run -it --rm -v $HOME/.aws:/root/.aws -v $(pwd):/aws awscli (aws-cli options and command)