Smaller Docker Images Using Multi-Stage Builds

Docker 17 introduced a new feature called multi-stage builds, which greatly simplifies the process of optimizing Docker images. This post gives an overview of multi-stage builds and how to use them to simplify Dockerfiles and greatly reduce image size. 🥳… Read more

Similar

Replacing Docker with VSCode Tasks

Recently, I've worked on a project that used multiple microservice-like repositories e.g., app-frontend, app-backend, app-service-1, app-service-2. I always use a "master" project that contains all the repositories as submodules. Then I create a docker-co... (more…)

Read more »