Sign inSign up

blackeyetechnology/awscli

By blackeyetechnology

Updated about 7 years ago

Image for the AWS CLI

Image
1

500

blackeyetechnology/awscli repository overview

Introduction

This image allows you to run a container for the AWS CLI.

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/awscli

aws is the default command.

Tag summary

Content type

Image

Digest

Size

38.1 MB

Last updated

about 7 years ago

docker pull blackeyetechnology/awscli