Sets up a container with ElasticBeanstalk CommandLine Interface installed.
987
Sets up a container with ElasticBeanstalk CommandLine Interface installed.
$ docker run --rm -i -t lciel/eb-cli <COMMAND>
$ 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
Content type
Image
Digest
sha256:bfe33b874…
Size
118.1 MB
Last updated
almost 11 years ago
docker pull lciel/eb-cli