AWS CLI Wrapped in a Docker image
352
Simple Alpine image with the AWS CLI in it. In order to get started you need to provide a few environment variables when you start a container.
$ docker pull lukin0110/docker-awscli
$ docker run -it --env-file aws.env lukin0110/docker-awscli s3 ls
Your aws.env file should like like this:
AWS_DEFAULT_REGION=eu-west-1
AWS_ACCESS_KEY_ID=ERIAJQR%KTRYCAR6DQWS
AWS_SECRET_ACCESS_KEY=DEdNHYUDtFIY5Q/+8HjZ6LP5GOO0RTGHJRsYUFGid
Content type
Image
Digest
Size
26.1 MB
Last updated
almost 10 years ago
docker pull lukin0110/docker-awscli