A unified command line tool to interact with aws and docker build on alpine
718
This is a unified command line tool to interact with aws and docker build on alpine.
Dockerfile links $ docker run -it navneetlalg/docker-aws-cli sh
$ aws --version
Alternatively, you can use your host configuration file directly.
$ docker run --rm -it -v ${HOME}/.aws/credentials:/root/.aws/credentials navneetlalg/docker-aws-cli aws help
$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock navneetlalg/docker-aws-cli docker ps
Use this image when you want to build and publish docker image to AWS ECR (Elastic Container Registry)
In case of any problem, open an issue here at https://github.com/navneetlal/docker-aws-cli/issues/new
Licensed under MIT
Content type
Image
Digest
Size
59.3 MB
Last updated
almost 5 years ago
docker pull navneetlalg/docker-aws-cli