Cron daemon running on Alpine Linux.
443
This image lets you run scripts using cron daemon. You should extend this image by adding tools you need, like rsync, ssh, ncat or others.
You should mount a folder with your scripts in crond container. The folders watched by cron daemon are:
docker run --rm -name crontainer \
-v /my-hourly-scripts/:/etc/periodic/hourly \
-d montefuscolo/crond
Content type
Image
Digest
Size
1.8 MB
Last updated
over 9 years ago
docker pull montefuscolo/crond