Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 374 Bytes

Minimal Docker Demo

A demo of minimal Docker images.

Usage

  1. Run make build to build the original image
  2. Run make build-alpine to build an image with Alpine Linux
  3. Run make build-minimal to build a minimalistic image FROM scratch
  4. Compare the images (e.g. using Dive) and be amazed