docker Reduce Docker Image Size by Using Multi-stage Builds If you don't take any optimization measures, docker images can easily get large. And in most cases we just wrapped too many inessential things into the images. So, we should take actions to get rid of it.