Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.41 KB

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