Search Docker Hub
awscli
By jimrazmus
10K+
AWS CLI with jq and less in a container.
docker run --rm -itv $HOME/.aws:/root/.aws jimrazmus/awscli aws sts get-caller-identity
docker run --rm -e AWS_ACCESS_KEY_ID=foo -e AWS_SECRET_ACCESS_KEY=bar -v $(pwd):/aws jimrazmus/awscli aws sts get-caller-identity
Content type
Image
Digest
Size
46.3 MB
Last updated
about 7 years ago
docker pull jimrazmus/awscli