- Notifications
You must be signed in to change notification settings - Fork1
Jelastic CLI in a container.
License
NotificationsYou must be signed in to change notification settings
layershift/jelastic-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Jelastic CLI in a container. No need to install Java libraries directly on your system.
The image weighs about 160MB and provides full Jelastic CLI functionality.
Docker image made by good people atLayershift.
- Dockerfile:https://github.com/layershift/jelastic-cli/blob/master/Dockerfile
- Repository:https://hub.docker.com/r/layershift/jelastic-cli/
docker pull layershift/jelastic-cli
To run the container, specify the following variables:
J_LOGIN
- your Jelastic loginJ_PASSWORD
- your Jelastic passwordJ_PLATFORM
- app.j.layershift.co.uk
Run the image interactively with:
docker run -it --rm \ -e "J_LOGIN=you@domain.com" \ -e "J_PASSWORD=password" \ -e "J_PLATFORM=app.j.layershift.co.uk" \layershift/jelastic-cli
or concatenate commands such as
docker run -it --rm \ -e "J_LOGIN=you@domain.com" \ -e "J_PASSWORD=password" \ -e "J_PLATFORM=app.j.layershift.co.uk" \layershift/jelastic-cli "/root/jelastic/environment/control/startenv --silent true --envName my-environment-name"
Licensed under GNU LGPLv3