Sign inSign up

anigeo/awscli

By anigeo

•Updated over 7 years ago

Small and the latest AWS cli from PIP on Alpine Linux

Image
38

1M+

anigeo/awscli repository overview

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

Tag summary

Content type

Image

Digest

sha256:b89999f3e…

Size

32.6 MB

Last updated

over 7 years ago

docker pull anigeo/awscli