
Install Docker Desktop for Windows from Docker Hub using the Windows app, enable Hyper-V on Windows 10 64-bit edition (enterprise or education), and note Windows Server 2016 and 2019 support.
Learn how to remove Docker networks: list networks, disconnect containers from the network, and use docker network rm to delete networks while noting the default bridge cannot be removed.
Learn to start a container with bind mounts, mapping a host directory into the container using type=bind and the --mount flag, and compare -v versus --mount behavior for missing paths.
Create a simple docker compose yaml file to run multiple containers, define services, volumes, networks, and environment variables, and map ports with compose up.
Docker tutorial from A to Z: (Bootcamp)
In this course, you will learn about Containers and Docker fundamentals. Our focus is to provide you a complete boot camp to learn Docker from scratch. It would be effective for anyone interested in learning Docker, containerized application, and who wants to become a master in the container space. From the very first few lectures, we will do a deep dive into the inner workings of containers, so you get a core understanding of exactly how they are implemented. Once you understand what a container is, you will learn how to work with them using basic Docker CLI commands. After that, you will apply your new-found mastery of the Docker CLI to build your own custom images, effectively 'Dockerizing' your own personal applications. Finally, you will learn about Cloud-native app, Docker Swarm concepts, and managing container space in your organizations.
We provide you this course from scratch and you should attend one by one. Meanwhile, we are preparing LAB and exam questions and would be published as soon as they are ready. it will be informative for all who attended this course and who are engaged in the Docker exam.
Please start with the first course. I also appreciate you for commenting and ranking in order to develop the next courses.