I want to migrate an existing web server to Docker, however scheduled tasks are not handled with cron but systemd.
I wonder if it is recommended to run systemd inside docker container for scheduling tasks ?
That way, I could reuse the .service and .timer files and I think logging with systemd is much better than cron.
What do you think ?