docker-archive / communitytools-image2docker-linux

116 stars 42 forks source link

Running cron jobs #1

Open ManoMarks opened 7 years ago

ManoMarks commented 7 years ago

Add detectives for running cron jobs

allingeek commented 7 years ago

This is a great idea. The detective and provisioners will need to capture both the system crontab and the per-user crontab files. The implementations should consider using the crontab command instead of simply lifting and shifting.

Proper operation will require that the init system start crond.