simply a stand-in for python3-based awscli
176
to run this properly docker run -v ${HOME}/.aws:/root/.aws jsmonet/awscli arguments go here
You're simply injecting docker run -v ${HOME}/.aws:/root/.aws jsmonet/awscli where you usually would use aws. Here's an example for aws sts get-caller-identity
docker run -v ${HOME}/.aws:/root/.aws jsmonet/awscli sts get-caller-identity
It should work exactly the same.
Content type
Image
Digest
Size
21.4 MB
Last updated
over 7 years ago
docker pull jsmonet/awscli