Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikbrgr/scheduler

Github repo for the corresponding article on Medium.com
https://github.com/erikbrgr/scheduler

Last synced: 7 days ago
JSON representation

Github repo for the corresponding article on Medium.com

Awesome Lists containing this project

README

        

Repository for the article **Cron + Docker = The Easiest Job Scheduler You'll Ever Create** on Medium.

Read the article [here](https://levelup.gitconnected.com/cron-docker-the-easiest-job-scheduler-youll-ever-create-e1753eb5ea44).

## Build the scheduler

```sh
docker build -t scheduler .
```

## Run the scheduler

```sh
docker run -it scheduler
```