A simple docker that allows you to pass through aws-cli commands.
1.7K
A simple docker that allows you to pass through aws-cli commands
Published to meteor/aws-cli
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.
Content type
Image
Digest
Size
26.6 MB
Last updated
about 8 years ago
docker pull meteor/aws-cli