Sign inSign up

bbania/jelastic-cli

By bbania

•Updated almost 10 years ago

Jelastic CLI in a container

Image
0

1.0K

bbania/jelastic-cli repository overview

⁠Jelastic CLI

Jelastic CLI⁠ in a container. No need to install Java libraries directly on your system.

The image weighs about 190MB and provides full Jelastic CLI functionality.

⁠Docker image

Docker image made by good people at Layershift⁠.

⁠Setup
docker pull bbania/jelastic-cli
⁠Running

To run the container, specify the following variables:

  • J_LOGIN - your Jelastic login
  • J_PASSWORD - your Jelastic password
  • J_PLATFORM - your Jelastic provider platform URL⁠

Run the image with:

docker run -it --rm \
  -e "[email protected]" \
  -e "J_PASSWORD=password" \
  -e "J_PLATFORM=hoster.url" bbania/jelastic-cli

You can get your hoster URL by contacting your Jelastic provider or from Jelastic Hosters Info⁠

Don't have an account yet? Compare and choose your Jelastic PaaS provider⁠!

Tag summary

Content type

Image

Digest

Size

74.6 MB

Last updated

almost 10 years ago

docker pull bbania/jelastic-cli