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...
Feb 18, 20257 min read35