spurin / diveintokubernetes

Dive Into Kubernetes - Getting Started with Containers, Docker and Kubernetes
137 stars 27 forks source link

Enhancements to Section 16/17 (Building Container Images) #3

Open spurin opened 1 year ago

spurin commented 1 year ago

Constructive student feedback received, logged as an enhancement (thanks Ben H) -

  1. There is a lot of commands and syntax used in this lesson, reference the commands used and sample code so that it is easily accessible to students
  2. Add further clarification on Labels (text overlay or sidebar)
  3. Add further clarification for layer file size reduction (text overlay or sidebar)
  4. --no-cache is used but no reference as to what it does (text overlay or sidebar)
  5. Emphasise the COPY --from= step and why this results in a lower filesize (text overlay or sidebar)