Editing the plain text crontab is error prone for managing jobs, e.g., adding jobs, deleting jobs, or pausing jobs. A small mistake can easily bring down all the jobs ...
To use this image directly, just mount a crontab file as /crontab. e.g. docker run -t --rm -v $(pwd)/crontab.demo:/crontab:ro mjenz/rpi-cron To use this as a base ...