Continuous delivery at Spotify with Docker

“Docker is changing the way we deploy services and run our data centers. We are accelerating our continuous delivery process by leveraging Docker containers for testing and deployment, and internal teams who have switched to Helios, our open sourced and D…

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 »