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
- Host: GitHub
- URL: https://github.com/tstarck/aws-cli-docker
- Owner: tstarck
- Created: 2018-09-13T11:02:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T11:03:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T06:41:05.609Z (over 1 year ago)
- Topics: aws-cli, docker-image
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)