Build Small Docker Images with multi-stage builds
One of the hardest things to do when working with containers is maintaining the image size small.Adding resources and commands to Dockerfile is easy and fast, but cleaning the artifacts these commands produce is not.To keep the size small we can try ...
alessandromarinoac.com3 min read