Skip to content

thepeak99/awscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dockerized AWS CLI

A minimal, automatically updated, dockerized version of the AWS CLI tool.

Runing

To run it, simply do:

docker run --rm -t thepeak/awscli

You can also use an alias and use it as a replacement for the AWS CLI tool in your shell, like this:

alias aws='docker run --rm -t -w /work -v $(pwd):/work -v $HOME/.aws:/root/.aws thepeak/awscli'