Monolith to Microservices at Scale Lesson 3 Containers Using Docker: Exercise: Base Images
In the build and deploy process, building Docker Images can take up most of the time. One strategy to reduce build times is to utilize a base image. This reduces redundant operations that might stay the same across multiple builds. For example, if yo...
philipdevblog.hashnode.dev1 min read