Sign inSign up

meteor/aws-cli

By meteor

Updated about 8 years ago

A simple docker that allows you to pass through aws-cli commands.

Image
0

1.7K

meteor/aws-cli repository overview

docker-aws-cli

A simple docker that allows you to pass through aws-cli commands

Published to meteor/aws-cli

Example usage
docker pull meteor/aws-cli
docker run -v ${HOME}/.aws/:/aws:ro meteor/aws-cli sts get-caller-identity

Basically, aws becomes docker run -v ${HOME}/.aws/credentials:/aws/credentials:ro meteor/aws-cli.

Tag summary

Content type

Image

Digest

Size

26.6 MB

Last updated

about 8 years ago

docker pull meteor/aws-cli