Sign inSign up

pahud/aws-shell

By pahud

Updated almost 7 years ago

aws-shell with Docker

Image
3

10K+

pahud/aws-shell repository overview

Build Status docker image size image layers image pulls

aws-shell with Docker

This is the Docker version of aws-shell by awslabs.

Run

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.

Tag summary

Content type

Image

Digest

Size

59.3 MB

Last updated

almost 7 years ago

docker pull pahud/aws-shell