Sign inSign up

navneetlalg/docker-aws-cli

By navneetlalg

Updated almost 5 years ago

A unified command line tool to interact with aws and docker build on alpine

Image
1

718

navneetlalg/docker-aws-cli repository overview

AWS CLI Version 2 + Docker CLI

This is a unified command line tool to interact with aws and docker build on alpine.

When you may want to use this image

Need a easy way to interact with AWS
  $ 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
Need a simple docker cli tool to interact with docker daemon
  $  docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock navneetlalg/docker-aws-cli docker ps
Gitlab CI for Docker-in-Docker

Use this image when you want to build and publish docker image to AWS ECR (Elastic Container Registry)

Issues

In case of any problem, open an issue here at https://github.com/navneetlal/docker-aws-cli/issues/new

License

Licensed under MIT

Tag summary

Content type

Image

Digest

Size

59.3 MB

Last updated

almost 5 years ago

docker pull navneetlalg/docker-aws-cli