Scalified / jelastic-scheduler

Alpine docker image with pre-installed Cron and JelasticCLI. It's used for running/stopping environments in the cloud according to a schedule.

Repository from Github https://github.comScalified/jelastic-schedulerRepository from Github https://github.comScalified/jelastic-scheduler

Jelastic CLI/Cron Docker

Docker Pulls

Description

This repository is used for building a Docker image containing Cron and JelasticCLI running on Alpine Linux.

Docker Store

To pull the image from Docker Store:

docker pull scalified/jelastic-scheduler

This image extends scalified/alpine-cron docker image.

Volumes

  • /root/.scripts
  • /root/jelastic
  • /var/spool/cron/crontabs
  • /root/.config/jelastic

How-To

Building Docker Image

docker build . -t <tag>

Running Docker Image

docker run -it scalified/jelastic-scheduler /bin/sh

Scalified Links

About

Alpine docker image with pre-installed Cron and JelasticCLI. It's used for running/stopping environments in the cloud according to a schedule.

License:MIT License


Languages

Language:Shell 100.0%