How to get console output from a cron job running inside a Docker container. I cover running cron in the foreground so the container doesn’t exit, and redirecting job output to /proc/1/fd/1 so it appears in the container’s stdout, since cron normally sends output to mail. I mention common gotchas like user permissions and file paths, with an example project on GitHub...