Sign inSign up

lciel/eb-cli

By lciel

Updated almost 11 years ago

Sets up a container with ElasticBeanstalk CommandLine Interface installed.

Image
1

987

lciel/eb-cli repository overview

lciel/eb-cli

Sets up a container with ElasticBeanstalk CommandLine Interface installed.

Usage

$ docker run --rm -i -t lciel/eb-cli <COMMAND>

Example

$ cd SOME_GIT_REPOSITORY

# Init EB Config
$ docker run --rm -i -t \
    -v $(pwd):/app \
    -w /app \
    -e AWS_CREDENTIAL_FILE=/app/AWS_CREDENTIAL \
    lciel/eb-cli \
    eb init

# Push to AWS
$ docker run --rm -i -t \
    -v $(pwd):/app \
    -w /app \
    -e AWS_CREDENTIAL_FILE=/app/AWS_CREDENTIAL \
    lciel/eb-cli \
    git aws.push

Source

https://github.com/lciel/docker-eb-cli

Tag summary

Content type

Image

Digest

sha256:bfe33b874

Size

118.1 MB

Last updated

almost 11 years ago

docker pull lciel/eb-cli