
Master docker basics and practical workflows to create containers, build images, run services with docker compose, explore Docker Hub, and work with Linux command line across hands-on chapters.
All course files are available in the GitHub repository
Pull and compare Alpine and BusyBox images to understand how Alpine, a small Linux based on BusyBox, uses APK to install packages and serve as a base image.
Learn to run Nginx from its image in a docker container, expose port mappings from external port 8080 to internal port 80, and test http access.
Learn to serve a custom HTML page with an Nginx container using port mapping and volume mapping, editing locally and seeing live updates in the browser.
Learn to add a favicon to an nginx container by generating the icon with favicon.io, linking it in html, and testing the updated page in a docker volume setup.
Run containers in the background with docker run -d, see how inner processes affect lifetime, and use docker logs and docker stop to manage and inspect activity.
Learn docker run options for pseudo tty and interactive mode, including -t/--tty and -i/--interactive, and how -it connects to a container shell.
Create and run two distinct nginx containers from separate folders, map volumes, and expose them on two external ports; verify content updates in the browser.
Learn to handle sigint and sigterm in a Node.js express app inside docker, using process.on to terminate correctly with exit code 0, and compare docker stop and docker kill.
Explore how a docker entrypoint script starts the mongod process in a mongo container, inspect container details with docker inspect, and locate entrypoint files to connect with the mongo shell.
run a WordPress container using the WordPress image, map port 80 to access the setup, and configure WordPress with a MySQL database hosted externally.
Set up a custom Docker network and deploy WordPress, MySQL, and phpMyAdmin containers; configure environment variables, test connectivity, and access WordPress on port 8080 and phpMyAdmin on 8081.
This course is all about Docker and Kubernetes
Understand HOW Docker and Kubernetes work and learn their core features ON PRACTICE. This is 90% practice course without no useless demos!
This course requires you to download Docker Desktop from the official Docker website. If you are a Udemy Business user, please check with your employer before downloading software.
Learn how to create different containers like Node.js, Python, Wordpress, MongoDB, MySQL, Redis, Elasticsearch and much more.
Become a master of Docker and Kubernetes by understanding and practicing their main features.
All project files are available in the GitHub repository.
We will start by installing Docker on your computer - MacOS, Windows or Linux. On MacOS and Windows you will install Docker Desktop, on Linux you will install Docker Engine.
Afterwards we will jump into tons of practice activities and use different Docker features. You will pull different docker images and run multiple containers using them.
In practice sections you will perform multiple practice Docker activities:
Run Docker containers in foreground and background
Connect to certain process in the Docker from the Terminal
Expose internal container ports to outside
Add environment variable for container
Create custom names and hostnames for container
Create custom bridge network and run multiple containers inside of it
Communicate between containers
Persist containers folders using volumes mapping
You will also learn and practice how to use following Docker images
Ubuntu
Alpine, Busybox
Node.js
Python
MongoDB
MySQL, phpMyAdmin
NGINX
Wordpress
Elasticsearch
Redis
Httpd
During the course you will need to view and edit text files. For that you will NOT use terminal. Instead you will use GUI application VisualStudio Code. Also all project files are available in the GitHub repository. This means that during this course you will also learn how to use
Git and GitHub
VisualStudio Code
With this course you will get lifetime-long access to more than 50 lectures and tens of practical exercises. After the course you will get fundamental practical knowledge of Docker and be able to easily use it for development and testing of your applications.
But most important is that you will UNDERSTAND Docker main features like
Docker Volumes
Docker Networking
Environment Variables
Also you will UNDERSTAND Kubernetes main features like
Pods
Nodes
Cluster
Services
You will also get 30-days money-back guarantee. No questions asked!
Don't wait and join the course now!