https://github.com/IITC-College/express-js-app

Learning Goals


Part 1 — Understand Docker Cache Behavior

Tasks

  1. Inspect a previously built image using:
docker history <image-name>
  1. Review the layer order.
  2. Think about the following question:

Important Concepts

Docker cache is based on layer hashing.

If one layer changes: