Instructions for cron image using

This commit is contained in:
2022-11-21 08:23:10 +00:00
parent 2bbef8adc9
commit 9b10481064

View File

@@ -1,2 +1,12 @@
# cron
# Gentoo linux based cron implementation
Lightweight, simply 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 cron