Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 401 Bytes

Demo 8

Introduction to Introduction to multi-stage builds

Compare the size of the builder and final images

Note: Make sure to execute the below commands in the demo directory.

docker build -t demo-go .
docker images
dive demo-go
docker run -it --rm demo-go

Navigation