Docker image for Amazons AWS command line interface. To use run
docker run --rm -ti toolbelt/aws
It's probably a good idea to mount ~/.aws
docker run --rm --volume "$HOME/.aws:/aws/.aws:ro" -ti toolbelt/aws
See here for usage details.
This docker image includes
aws-cli – Copyright © 2012-2016 Amazon.com, Inc, licensed under Apache License, Version 2.0
Alpine Linux – maintained by the Alpine Linux development team.
Content type
Image
Digest
sha256:a74ba7a7f…
Size
46.5 MB
Last updated
3 days ago
docker pull toolbelt/aws