Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 592 Bytes

Cron in Docker

build status badge layers badge

Supported tags and respective Dockerfile links


Author


Usage

Run with a cron rule
$ docker run -d --name cron cogset/cron:latest -a "* * * * * root echo \"hello\" >> /var/log/cron.log"