Docker Slowed Down My Process by a Factor of 20

Recently I was working to wrap calls to a binary with a web-service. The binary reads input from a file and writes output to another file. It’s a producer-consumer model where the web-service… Read more

Similar

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, explains how you can solve it, and pr... (more…)

Read more »