Docker image packaging for AWS CLI. This image is built on top of the official Python 2 Alpine image to help keep it as light as possible, and is available on the Docker Hub.
/root/.aws is exposed for mounting AWS configuration. You can set it up by mounting
this folder and running docker run -it --rm -v "<HOST_CONF>:/root/.aws" seeruk/aws-cli configure.aws, so you can just specify arguments to the AWS CLI
directly, e.g: docker run -it --rm seeruk/aws-cli --version.MIT
Feel free to open a pull request, or file an issue on Github. I always welcome contributions as long as they're for the benefit of all (potential) users of this image.
If you're unsure about anything, feel free to ask about it in an issue before you get your heart set on fixing it yourself.
Content type
Image
Digest
Size
35.6 MB
Last updated
about 10 years ago
docker pull seeruk/aws-cli