Skip to content

yokawasa/docker-aws-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for aws-shell

This image is based on Alpine Linux image, and contains Python2.7, pip, aws-shell and its prerequisite libraries.

Download size of this image is only 98.2 MB

 $ docker images aws-shell
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
aws-shell           latest              f2da0ae192d1        About an hour ago   98.2 MB

Usage Example

$ docker run --rm -it yoichikawasaki/aws-shell

or you can build from Dockerfile and run your local images like this:

$ docker build -t aws-shell .
$ docker run --rm -it aws-shell

About

Docker image for aws-shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published