From 9b104810642c569af01b1b6b4c5f413c1e718099 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 21 Nov 2022 08:23:10 +0000 Subject: [PATCH] Instructions for cron image using --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed7994..c12be12 100644 --- a/README.md +++ b/README.md @@ -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 :/crontab.txt cron