Docker Image Optimization with Multi-Stage Build
Have you ever noticed that the size of docker image reaches hundreds of MBs even for the small application, let’s say a simple Hello World program ? It’s because of the underlying base image which we often choose heavy and all the dependicies which a...
anjalpoudel.hashnode.dev7 min read
lochan paudel
The debugging tips and the insight about keeping frequently changing parts at the bottom of Dockerfiles were super helpful.
Thanks, for sharing these insights!