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 made by good people at Layershift.
docker pull bbania/jelastic-cli
To run the container, specify the following variables:
J_LOGIN - your Jelastic loginJ_PASSWORD - your Jelastic passwordJ_PLATFORM - your Jelastic provider platform URLRun 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!
Content type
Image
Digest
Size
74.6 MB
Last updated
almost 10 years ago
docker pull bbania/jelastic-cli