Ubuntu – How to Make Batch Jobs Logs Available When the Jobs Run Inside Ephemeral Docker Containers?
Context So, basically I am running a cron job (python ETL script) via a docker container. That means, every day at 12.30 am my cron job runs docker run $IMAGE In the Dockerfile I have the script like # Run…