Sign inSign up

pebbletech/docker-aws-cli

By pebbletech

Updated about 10 years ago

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

Image
5

1M+

pebbletech/docker-aws-cli repository overview

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.

Tag summary

Content type

Image

Digest

Size

23.3 MB

Last updated

about 10 years ago

docker pull pebbletech/docker-aws-cli