Sign inSign up

blackeyetechnology/aws-shell

By blackeyetechnology

Updated over 7 years ago

Container for aws-shell

Image
1

452

blackeyetechnology/aws-shell repository overview

Introduction

This image allows you to run aws-shell in a container.

See here for more details on aws-shell.

You should bind mount your project directory to /home/aws.

NOTE: You need to ensure your .aws directory is in the root of your project directory, unless you are going to run configure.

NOTE: The container is run as the user aws.

An example of using this container is as follows:

docker container run --rm -it \
                     --mount type=bind,src=$(pwd),target=/home/aws \
                     blackeyetechnology/aws-shell

aws-shell is the default command.

Tag summary

Content type

Image

Digest

Size

40.7 MB

Last updated

over 7 years ago

docker pull blackeyetechnology/aws-shell