Containerization with Docker by Example
Get started with containers and micro-services using Docker 4.4
Have you been struggling taking your application from development to production because your environments don't match? Do you want your applications to be self-contained, minimizing the software diversity needed on every server? Are you tired of the overhead necessary when configuring application servers?
Look no further because Docker has you covered!
The Docker runtime allows you to deploy applications as containers while having the same experience regardless of the host computer's configuration. Each container receives its own configuration which is self-contained and not dependent on the host, making it easy to take these "micro-services" anywhere at any time, without the headache of configuring servers.
Take the example of a backend API and a frontend application. Typically, these would be two services. With Docker, these two applications would be containerized and deployed with ease using the same steps in development as production.
In this course you'll learn how to use Docker through actual examples. You'll see how to create your own custom images, deploy those images as containers on any machine, and have them communicate to each other or the host machine. By the end of the course you'll be familiar enough with Docker to apply your knowledge towards your own projects.
Your Instructor
Hi! We are UpDegree, providing high quality interactive course.
We are the team of 100+ instructor over the globe. Adel (Oxford), Anand (Standford), Akash (IITB), Rajib (IITK), Partha (IITM) are few of them.
Updegree courses are different, In each and every course you not only get the videos lectures but you also get quiz,code,assignment etc to test your practical understanding!
Course Curriculum
-
StartIntroduction and Outline (7:22)
-
StartPulling Docker Images from Docker Hub (4:33)
-
StartManaging Containers with the Docker CLI (7:29)
-
StartUnderstanding the Dockerfile for Customizing Images (8:24)
-
StartBuilding a Custom Docker Image for a Web Application (5:56)
-
StartMaintaining State with Docker Volumes (5:59)
-
StartWorking with Docker Compose (3:28)
-
StartCreating a Private Docker Image Repository (7:52)
-
StartCreating a Private Docker Image Repository 2 (1:33)
-
StartCreating a Private Docker Image Repository 3 (4:45)
-
StartCreating a Private Docker Image Repository 3 (11:57)
-
StartCleaning Up Old Containers and Docker Images 1 (4:28)
-
StartCleaning Up Old Containers and Docker Images 2 (4:05)
-
StartCleaning Up Old Containers and Docker Images 3 (4:22)