Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 353 Bytes

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

Read the article here.

Build the scheduler

docker build -t scheduler .

Run the scheduler

docker run -it scheduler