Your App is 'Up' But Not Working: Docker Healthchecks
I explain step-by-step how to write robust health checks (HEALTHCHECK) for situations where Docker containers appear 'up' but the application isn't actually.
May 12, 20267 min read15
Search for a command to run...
Articles tagged with #devops
I explain step-by-step how to write robust health checks (HEALTHCHECK) for situations where Docker containers appear 'up' but the application isn't actually.
I explain the unexpected effects of Cloudflare cache bypass rules and how I overcame them with Nginx to improve performance. My experiences on my own VPS.
I'm sharing how a cleanup script I wrote on my GitHub Actions runner crashed my system, and the lessons I learned from this painful experience.