Files
cron/README.md
gyurix b4f570ee8f
All checks were successful
continuous-integration/drone/push Build is passing
Update registry references and node selector in configuration files
2025-03-05 17:30:18 +01:00

13 lines
429 B
Markdown

# 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 safebox/cron