Sign inSign up

kszarek/aws

By kszarek

•Updated almost 8 years ago

An AWS CLI toolbox in container to use on the desktop.

Image
0

1.3K

kszarek/aws repository overview

⁠awscli

This repo triggers auto-build and push images to dockerhub.com/u/kszarek/aws.

An AWS CLI toolbox in container to use on the desktop.

⁠Usage

docker run --rm -it \
  --mount type=bind,source="$HOME"/.aws,destination=/root/.aws,readonly \
  --mount type=bind,source="$(pwd)",destination=/data,consistency=cached \
  -e AWS_PROFILE \
  -e AWS_REGION \
  kszarek/aws

Tag summary

Content type

Image

Digest

Size

40.3 MB

Last updated

almost 8 years ago

docker pull kszarek/aws