Skip to content

brandnetworks/docker-awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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 brandnetworks/docker-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 brandnetworks/docker-awscli <argument>

Refer to for detail.

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

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

Releases

No releases published

Packages

No packages published