udemy-docker-mastery icon indicating copy to clipboard operation
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

Results 31 udemy-docker-mastery issues
Sort by recently updated
recently updated
newest added

In [Dry Runs and Diff's](https://www.udemy.com/course/docker-mastery/learn/lecture/16247412#overview), I show the example `kubectl apply -f app.yml --dry-run` and another with `--server-dry-run` Which now needs --dry-run=client/server - [x] Provide details in a written lecture...

deprecation update

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...

enhancement

Many sections of lectures have 1-2 quizzes to help solidify learning, but there are also many sections without quizzes. Let's fix that. Add quizzes to these sections: - [ ]...

enhancement

- Project changes since 2019 - Mirantis leading SwarmKit dev - CSI in 2023 and v23

enhancement

Some people, very new to infrastructure, have a difficult time in the course because of the expected knowledge it has. Those skills are listed, but people don't seem to adhere...

enhancement

[Original Q&A](https://www.udemy.com/course/docker-mastery/learn/#questions/19495938/)

The `mysql` image doesn't have the same tools it used to have in my videos. Replace with the official `mariadb` image in the lectures and code. `mariadb` is a MySQL...

bug
arm

`elasticsearch:2` is not available on arm, and later versions require complex setup steps that we don't want when learning a simple DNS feature, so let's replace that container with [httpenv](https://github.com/bretfisher/httpenv),...

bug
arm

A change in the official nginx image https://hub.docker.com/_/nginx (nginx or nginx:latest ) removes ping, but I use it in the next few videos to test connectivity, so you might get...

postgres upgrade example not supported on arm for 9.x. Docker Mastery: - [x] Add lecture written note on version changes to support arm (15.1 to 15.2) - [ ] Lecture:...

deprecation update
arm