Video Description
Maintaining the Docker environment is always a nightmare for developers and DevOps, and if done manually, itβs very time-consuming. Itβs also not easy to deploy an application across environments while retaining details of the system. However, Docker solves this by introducing agile and portable Containers. These Containers can run anywhere, meaning developers and DevOps don't need to worry about the environment. Itβs easier to work with Docker and it's built with security in mind.
This course starts by giving you a basic understanding of Docker. Youβll build an online shopping application, which weβll later deploy in various environments.Once you have successfully run your first Contain
er, youβll be introduced to the CLI tool, which will help you to develop, deploy, and share Docker images.
Next, you'll create an application file with Docker Compose deploy it on the cloud. Youβll also add services to the application by adding a service registry, performing health checks, and running the application successfully with these services. Finally, youβll deploy the application in Heroku and will learn how to check and monitor the application.
This course is perfect if you want to understand Docker and its environment through real-world examples that make your learning journey exciting and interesting. So, grab this course and start your fun journey with Docker!
Style and Approach
The course will start by giving you a basic understanding of Docker and building an online shopping application. You will also run your first Container at the very beginning of the course. Then, you will use Docker CLI tool to develop, share and deploy images also setting up the environment. As you have developed an application, you will learn to create an application file with Docker Compose and deploy it in the cloud. We will add basic functionalities to our application with the service registry, health checks, database and running the application. Finally, you will work with Docker repository and deploy the application in Heroku. Also, you will learn to monitor the application.