Tag Archives: docker multi-stage build tutorial

Using Docker Multi-Stage Builds

Is Dockerfile only for building container images or we can do more with it? How about using Docker multi-stage builds to compile binaries, run tests, and other operations typically performed before building container images?

Continue reading