Sign inSign up

webgames/minimal-awscli

By webgames

Updated almost 8 years ago

minimal image with awscli support

Image
0

10K+

webgames/minimal-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

Size

39.7 MB

Last updated

almost 8 years ago

docker pull webgames/minimal-awscli