Sign inSign up

ph200/aws-eb-cli

By ph200

Updated almost 3 years ago

Image
0

1.5K

ph200/aws-eb-cli repository overview

GitHub release Get latest awsebcli action Docker build and push action

About

The unofficial docker container for AWS Elastic Beanstalk CLI. Built automatically with GitHub Actions.

Docker Hub - ph200/aws-eb-cli

Run

WORKDIR is /app

Bash
docker run -v ~/.aws:/root/.aws -it ph200/aws-eb-cli
With environment variables

Check "Configuration settings and precedence" for further details.

docker run -e AWS_ACCESS_KEY_ID=$AWS_KEY -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET -it ph200/aws-eb-cli
eb init
docker run -v ~/.aws:/root/.aws -v $(pwd):/app -it ph200/aws-eb-cli eb init
eb create
docker run -v ~/.aws:/root/.aws -v $(pwd):/app -it ph200/aws-eb-cli eb create

References

aws/aws-elastic-beanstalk-cli

AWS - Install the EB CLI

Tag summary

Content type

Image

Digest

sha256:1b0a48b8a

Size

58.4 MB

Last updated

almost 3 years ago

docker pull ph200/aws-eb-cli