Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 373 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

Navigation