Sign inSign up

montefuscolo/crond

By montefuscolo

Updated over 9 years ago

Cron daemon running on Alpine Linux.

Image
1

443

montefuscolo/crond repository overview

Cron Daemon

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.

Using

You should mount a folder with your scripts in crond container. The folders watched by cron daemon are:

  • /etc/periodic/15min
  • /etc/periodic/hourly
  • /etc/periodic/daily
  • /etc/periodic/weekly
  • /etc/periodic/monthly

Example

docker run --rm -name crontainer \
           -v /my-hourly-scripts/:/etc/periodic/hourly \
           -d montefuscolo/crond

Tag summary

Content type

Image

Digest

Size

1.8 MB

Last updated

over 9 years ago

docker pull montefuscolo/crond