Shrinking my static sites Docker image from 419MB to 39MB

How this sites docker image went from 419MB to 69.1MB… Read more

Similar

How to Set Up a Self-Hosted Docker Repo

Docker is a quite popular technology in developers world, better part of all the new projects were built with Docker. At least, Docker has a reputation of a great tool for software distribution. For reference, we use it in our project Ambar. It's a docume...

Read more »

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 »