Skip to content

Github repository for Alpine linux based docker image AWS CLI v2 image container

Notifications You must be signed in to change notification settings

anadimisra/alpine-awscli2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Alpine AWS CLI v2

This docker image packs AWS CLI v2 in alpine linux. The image us based on Alpine docker image version [].

The AWS CLI v2 version used is 2.0.30

Docker Builds and Tags

Please note the latest is the bleeding edge tag, and is not integration tested for stable releases use one ofthe published tags other than latest.

Running the image

Pull the image

docker image pull anadimisra/alpine-awscli2:1.0

To run the image

docker run -v ~/.aws:/root/.aws --rm -it anadimisra/alpine-awscli2:1.0 [command]

Where ~/.aws is the directory containing the aws configuration and credentials. For more details on them see this link.

About

Github repository for Alpine linux based docker image AWS CLI v2 image container

Resources

Stars

Watchers

Forks

Packages

No packages published