Bringing HBB into the Retro-Future Preparing Passenger for the use of C++11 and upgrading binaries we've seen more broken builds than anyone would like to. But this is a debugging story with a happy ending
Baseimage-docker, fat containers and "treating containers as VMs" Baseimage-docker is a minimal Ubuntu base image that is modified for Docker-friendliness. People can pull Baseimage-docker from the Docker Registry and use it as a base image for their own images. We were early adopters
Docker and the PID 1 zombie reaping problem When building Docker containers, you should be aware of the PID 1 zombie reaping problem. That problem can cause unexpected and obscure-looking issues when you least expect it. This article explains the PID 1 problem, ex