pebble / 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

Example usage

docker pull pebbletech/docker-aws-cli
docker run -v ${HOME}/.aws/credentials:/root/.aws/credentials pebbletech/docker-aws-cli aws s3api list-objects --bucket bucket --prefix folder/ --output json

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

About

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

License:MIT License