Basic AWS CLI wrapper that leverages existing openlmis/dev layers
2.4K
Wraps the AWS CLI utility - like many other images do. This has the advantage of being based off of the openlmis/dev image (so it's overall larger, however it shares layers with openlmis/dev reducing the actual layers downloaded - hopefully). When/if AWS produces an official CLI image, this should likely be replaced.
curl -L https://raw.githubusercontent.com/OpenLMIS/openlmis-ref-distro/master/utils/awscli/env-sample > your.env
docker run -it --rm --env-file your.env openlmis/awscli
> aws rds describe-db-instances
echo "aws rds describe-db-instances" > runme.sh
docker run -it --rm --env-file your.env -v $(pwd)/runme.sh:/app/runme.sh openlmis/awscli /bin/sh runme.sh
Content type
Image
Digest
Size
190.9 MB
Last updated
about 5 years ago
docker pull openlmis/awscli