Skip to content

bearops/ebzl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ebzl Docker image.

Get

docker pull bearops/ebzl

Build

docker build -t bearops/ebzl .

Authentication

You can supply your AWS credentials as environment variables:

docker run -it \
    -e AWS_SECRET_ACCESS_KEY=$YourSecretGoesHere \
    -e AWS_ACCESS_KEY_ID=$YourKeyIdGoesHere \
    bearops/ebzl list --region eu-west-1

You can also mount your AWS config directory:

docker run -it \
    -v $HOME/.aws:/root/.aws
    bearops/ebzl list --region eu-west-1

Releases

No releases published

Packages

No packages published