nurey / docker-awscli

Aws cli in container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-awscli

Docker build Docker Pulls MicroBadger Size

awscli in a container

docker run --rm -it banst/awscli --version

This image is automatically builded to catch up with all official releases available for the aws-cli.

As this image is mainly useful in a CI context, jq is also provided in it, to parse some awscli response.

aws apigateway get-rest-apis | jq -r '.items[]|select(.name == "my-api")|.id'

About

Aws cli in container

License:MIT License


Languages

Language:Shell 75.4%Language:Dockerfile 24.6%