I am slowly discovering RancherOS, so far it all feels great. I am looking for ways to schedule tasks to execute within the console container from time to time. I have been looking into the container-crontab, but this doesn’t seemed to be what I am looking for. I am looking to add something like the line below to some crontab that would then perform the work for me:
* * * * * system-docker exec -it console date
Has anyone succeeded in doing this?