Skip to content

(WiP) Alpine-powered Amazon Elastic Beanstalk CLI container

License

Notifications You must be signed in to change notification settings

mini-containers/eb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini/eb-cli

Alpine-powered container for Amazon Elastic Beanstalk CLI

Usage

You can simply run this container using docker run:

docker run -it --rm mini/eb-cli help

This container will not have access to your credentials, but you can exposte it by mounting ~/.aws directory against /home/aws/.aws of the container:

docker run -i -v $HOME/.aws:/home/aws/.aws --rm mini/eb-cli --help

Wrappers

As convenience to reduce typing, eb-cli-relative is provided within wrapper directory:

You should copy and place it in your project's bin directory.

Volumes

This container also exposes /data as bind mount volume and can be used when copying local content to a target (S3 bucket) might be required:

docker run -i -v $PWD:/data mini/eb-cli deploy

Sponsor

Work on this was made possible thanks to AREA 17.

License

All code contained in this repository, unless explicitly stated, is licensed under MIT license.

A copy of the license can be found inside the LICENSE file.

About

(WiP) Alpine-powered Amazon Elastic Beanstalk CLI container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published