Skip to content

sharelike/docker-awscli

This branch is 1 commit ahead of anigeo/docker-awscli:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc625d4 · May 28, 2018

History

6 Commits
May 28, 2018
Dec 11, 2014
Apr 19, 2015

Repository files navigation

AWS cli in minimal footprint

Automatic built minimal docker image for AWS cli based on Alpine Linux (library/alpine:latest), around 77MB.

Usage

docker run --rm -v <config_path>:/root/.aws:ro -v <option_yml>:/aws:ro anigeo/awscli <argument>

Or

docker run --rm -e AWS_ACCESS_KEY_ID=<key> -e AWS_SECRET_ACCESS_KEY=<secret> -e AWS_DEFAULT_REGION=<region> -v <option_yml>:/aws:ro anigeo/awscli <argument>

Refer to http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html for detail.

More information

Alpine Linux: https://registry.hub.docker.com/_/alpine/

AWS cli: https://aws.amazon.com/cli/

About

awscli container using official python docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published