Trying to run a cron job in a docker container. CHECK VOLTAGE (I see cron -f in ps -ef , and if I kill it, it reborn)
crontab file (for testing):
* * * * * echo hi >> /root/test
I tried putting it in /etc/cron.d/crontab /etc/crontab and in /var/spool/cron/crontabs/crontab
Nothing works - I get nothing in /root/test
Any ideas?
source share