Optimizing Docker Image Size For Real
I’ve come across tips on how to keep Docker images small and Dockerfiles with strange lines that seem to exist only to optimize image size. Well, it turns out they’re all wrong. They may have an effect with flat Docker images, but everything else (i.e. 99% of what people do), cleanup steps are just extra…
Read More Optimizing Docker Image Size For Real