toindev / aws-beanstalk-cli

AWS CLI, Elastic Beanstalk CLI, with dependencies inside Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CLI, Elastic Beanstalk CLI, with dependencies

A simple image, meant to be used on Windows since Python install there are sometimes a little dicy.

This command form Powershell would launch a bash shell in your current directory, with your windows user AWS config mounted :

docker run --rm -ti -v $env:USERPROFILE/.aws:/root/.aws -v ${PWD}:/workdir -w /workdir toindev/aws-beanstalk-cli bash

What's in it

  • AWS CLI
  • AWS Elastic Beanstalk CLI
  • Groff (used to display AWS help)

About

AWS CLI, Elastic Beanstalk CLI, with dependencies inside Docker

License:MIT License


Languages

Language:Dockerfile 100.0%