Gyorgy Berenyi cd9a8c2667
Some checks failed
continuous-integration/drone/push Build is failing
revert 3a45eabc15
revert Update Dockerfile
2025-03-05 11:21:32 +00:00
2025-03-05 11:12:39 +00:00
2024-09-18 12:33:20 +02:00
2025-03-05 11:21:32 +00:00
2022-11-21 08:56:31 +00:00

Gentoo linux based cron implementation

Lightweight, simple cron implementation for scheduling jobs via cron solution.

It can be managed by editing crontab.txt using cron-like scripting methods. That means it needed to available for the runnning cron container via /crontab.txt path.

Once crontab.txt changed it's affected after 1 minute.

Usage:

docker run --volume <host-path-to-crontab.txt>:/crontab.txt registry.format.hu/cron

Description
No description provided
Readme 36 KiB
Languages
Shell 85.2%
Dockerfile 14.8%