Sign inSign up

jsmonet/awscli

By jsmonet

Updated over 7 years ago

simply a stand-in for python3-based awscli

Image
0

176

jsmonet/awscli repository overview

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.

Tag summary

Content type

Image

Digest

Size

21.4 MB

Last updated

over 7 years ago

docker pull jsmonet/awscli