meteor / docker-aws-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 100.0%