BretFisher / udemy-docker-mastery

Docker Mastery Udemy course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
https://www.bretfisher.com/courses
MIT License
5.34k stars 6.21k forks source link

Move networking intro to after image intro sections #138

Open BretFisher opened 1 year ago

BretFisher commented 1 year ago

Multiple people have given feedback that it makes more sense to learn container images before we learn Docker Networking. Restructure existing videos into new sections if possible, and move those sections into a pattern that looks more like this:

  1. hands on with containers
  2. basic image building
  3. docker networking basics
  4. docker volumes and bind-mounts
  5. advanced images and multi-stage
  6. compose v2