Suppose we have to run a script every 15 mins with tools that already exist in our app container (e.g. php, node, etc.) What is the best way to do this?
For example:
- Run cron within the app container
- Run cron as a separate container
- Run cron on the host (using docker exec)