Sign inSign up

sjsucohort6/docker_awscli

By sjsucohort6

Updated over 9 years ago

Docker image with awscli

Image
0

1.1K

sjsucohort6/docker_awscli repository overview

Docker image with awscli installed. It uses alpine python 2.7 and hence the size of the image is 115MB approx. This enables one to execute awscli commands without having to install awscli locally.

Usage: $ docker pull sjsucohort6/docker_awscli

Example command - ecs list-clusters can be executed as:

$ docker run -it --rm -e AWS_DEFAULT_REGION='' -e AWS_ACCESS_KEY_ID='' -e AWS_SECRET_ACCESS_KEY='' --entrypoint aws sjsucohort6/docker_awscli:latest ecs list-clusters

Tag summary

Content type

Image

Digest

Size

33.5 MB

Last updated

over 9 years ago

docker pull sjsucohort6/docker_awscli