udemy-docker-mastery
udemy-docker-mastery copied to clipboard
Docker Mastery Udemy course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
Fixes issue #90 ### Section: ENTRYPOINT and/vs CMD - [ ] Lecture 1 basic info, no examples - [ ] Lecture 2 Entrypoint for CLI with example - [ ]...
Drupal in the course is one major version out of date, and has issues with Postgres on M1/arm64 processors. Test and update the various lectures, and source code, with the...
Add a short text lecture at the beginning of the Swarm section on how to use multipass over docker-machine. - [x] Create Lecture Note with [comment](https://github.com/BretFisher/udemy-docker-mastery/issues/93#issuecomment-1013968769) @BretFisher - [ ]...
remove POSTGRES_HOST_AUTH_METHOD from examples and add passwords to make examples more realistic. Also in C2, C3, and C4 C1 examples, mostly Swarm: ``` ❯ ag POSTGRES_HOST_AUTH_METHOD swarm-stack-4/voting-app-placement.yml 18: - POSTGRES_HOST_AUTH_METHOD=trust...
[Original Q&A](https://www.udemy.com/course/docker-mastery/learn/#questions/20780368/)
I use PWD training to walk students through installing a local registry and then doing the same with a self-signed cert. Something's changed since 2.7 release, so I need to...
Go through the first 10 sections looking for any hand-drawn diagrams (which can be confusing) and replace with multiple detailed examples of networking, etc. - [ ] [27. Docker Networks:...
In this [written lecture](https://www.udemy.com/course/docker-mastery/learn/lecture/7407918), I detail the prune options. It also links to a YouTube video. It should be replaced with a course video on prune.
In the lecture [The Mighty Hub](https://www.udemy.com/course/docker-mastery/learn/lecture/6771522) the UI looks much different from today. In the lecture [Docker Hub: Digging Deeper](https://www.udemy.com/course/docker-mastery/learn/lecture/7253924#questions), I talk about multiple things that have changed: - autobuilds...