Sign inSign up

hacklab/crond

By hacklab

Updated over 9 years ago

Just a simple cron daemon running on Alpine

Image
1

542

hacklab/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 hacklab/crond