This is the Docker version of aws-shell by awslabs.
add the following alias in ~/.bash_profile
alias aws-shell="docker run -v $HOME/.aws:/root/.aws -v $PWD:/myhome -w /myhome -ti pahud/aws-shell"
and just run it like this
$ aws-shell
your credentials and config under ~/.aws will be volume mounted into the container and current directory mounted to/myhome in countainer.
Have fun.
Content type
Image
Digest
Size
59.3 MB
Last updated
almost 7 years ago
docker pull pahud/aws-shell