Sign inSign up

unit9/cron

By unit9

•Updated over 7 years ago

Run cron jobs!

Image
0

3.1K

unit9/cron repository overview

⁠Run things periodically, a la cron

This image runs user-supplied commands at regular intervals, similar to the cron(8)⁠ utility.

Drop your executable scripts in any of the usual /etc/cron.*/* directories (which are wiped off all the standard Debian stuff on build). You should probably do so by extending this image with your custom code / services.

⁠Running your code

Supported directories / schedules are:

  • /etc/cron.hourly - Every hour at 17th minute
  • /etc/cron.daily - Every 24 hours at 6:25 AM

Tag summary

Content type

Image

Digest

Size

58.2 MB

Last updated

over 7 years ago

docker pull unit9/cron