£16.99
per month
Video
Dec 2021
18hrs 29mins
1st Edition
-
A complete, comprehensive, and hands-on course on Docker delivered from an industry expert
-
Volumes mapping and specific working directories in the Docker containers
-
Communicate between containers by container name in the custom bridge network
Docker is a software framework for building, running, and managing containers on servers and the cloud. In this course, you’ll start by installing Docker on your computer - macOS, Windows, or Linux. Afterward, you’ll jump into tons of practice activities and use different Docker features. You’ll pull different Docker images and run multiple containers using them.
In practice sections, you’ll perform multiple practice Docker activities, such as running Docker containers in the foreground and background, then connecting to certain processes in Docker from the terminal. After that, you’ll learn to expose internal container ports to the outside and add environment variables for containers. You’ll also create custom names and hostnames for containers, create a custom bridge network and run multiple containers inside of it, communicate between containers, and persist container folders using volumes mapping.
Next, you’ll also learn and practice how to use different Docker images (view and edit them). For that, you will not use the terminal; instead, you’ll use the GUI application Visual Studio Code.
By the end of this course, you’ll gain fundamental practical knowledge of Docker and be able to easily use it for the development and testing of your applications.
Most importantly, you’ll understand Docker’s main features such as Docker Volumes, Docker networking, and environment variables.
All the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/docker
This course is for anyone who is interested in learning about Docker and its components via practical projects. Any software developer who wants to develop, ship, and run their applications in their regular day-to-day work can highly benefit from this course.
There are no specific requirements, just a desire to make your hands dirty and learn Docker by doing it. Any OS (macOS, Windows, or Linux) will work to get started with this course.
-
Learn how to use Docker images and create containers
-
Manage Docker containers: start, stop, prune, restart
-
Enable port mapping and expose container ports to outside
-
Run Node and Python applications using Docker containers
-
Create environment variables for Docker containers
-
Create custom bridge networks and run multiple containers