▲ 6 ▼ Multi-Stage Docker Builds for Creating Tiny Go Images
I’ve talked about how to make tiny Docker images a fair bit in the past, but now that Docker has multi-stage builds, it’s time to revisit the topic. In the past, we had to build the binary in one…
Register to comment or vote on this story
Has anyone tried using this? I'm interested in having smaller docker images. When you get to this stage though you do wonder if you need docker at all to containerise something which is just one binary without significant dependencies.