HOME > Development > Containerization using Docker

Containerization using Docker

  • Development
  • Apr 22, 2025
SynopsisContainerization using Docker, available at $19.99, has an av...
Containerization using Docker  No.1

Containerization using Docker, available at $19.99, has an average rating of 3.75, with 6 lectures, based on 8 reviews, and has 36 subscribers.

You will learn about Understanding VM and Containers What is Docker and its Benefits Docker Architecture Steps to Create Docker Image Build and Publish Docker Image to Docker Hub using Azure Pipeline Build and Publish Docker Image to Azure Container Registry using Azure Pipeline Deploying to Web App Deploy a Function App Container Image This course is ideal for individuals who are Software developers, sysadmins, IT pros, and operators at any skill level or Anyone who makes, deploys, or operates software on servers. It is particularly useful for Software developers, sysadmins, IT pros, and operators at any skill level or Anyone who makes, deploys, or operates software on servers.

Enroll now: Containerization using Docker

Summary

Title: Containerization using Docker

Price: $19.99

Average Rating: 3.75

Number of Lectures: 6

Number of Published Lectures: 6

Number of Curriculum Items: 6

Number of Published Curriculum Objects: 6

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Understanding VM and Containers
  • What is Docker and its Benefits
  • Docker Architecture
  • Steps to Create Docker Image
  • Build and Publish Docker Image to Docker Hub using Azure Pipeline
  • Build and Publish Docker Image to Azure Container Registry using Azure Pipeline
  • Deploying to Web App
  • Deploy a Function App Container Image
  • Who Should Attend

  • Software developers, sysadmins, IT pros, and operators at any skill level
  • Anyone who makes, deploys, or operates software on servers.
  • Target Audiences

  • Software developers, sysadmins, IT pros, and operators at any skill level
  • Anyone who makes, deploys, or operates software on servers.
  • Understanding Virtual Machines and Containers

    What is a Virtual Machine

    ? A virtual machine is a computer file, typically called an image, which behaves like an actual computer – computer within a computer

    ? It runs in a window, much like any other program, giving the end-user the same experience on a virtual machine as they would have on the host operating system itself.

    ? Multiple virtual machines can run simultaneously on the same physical computer.

    What is Docker and its Benefits

    ? Docker is an open-source platform for developing, shipping, and running applications by using containers.

    ? Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.

    ? With Docker, you can manage your infrastructure in the same ways you manage your applications.

    The Docker platform uses the Docker Engine to quickly build and package apps as Docker images created using files written in the Dockerfile format that then is deployed and run in a layered container.

    Benefits of Docker:

    1. Resource Efficiency: Docker is lightweight and fast. Process level isolation and usage of the container host’s kernel is more efficient when compared to virtualizing an entire hardware server using VM.

    Docker Architecture and its Taxonomy

    Docker Engine is a client-server application with these major components:

    ? A server which is a type of long-running program called a daemon process.

    ? A REST API that specifies interfaces that programs can use to talk to the daemon and instruct it what to do.

    Create an Image Manually

    Step 1: Update the Code

    1. Create a New Project – HelloWebApp dotnet new MVC -n HelloWebApp

    2. Add dockerfile as below Dockerfile

    Azure Pipeline for Build and Publish Docker Image to Docker Hub

    Azure Pipelines can be used to build images for any repository containing a Dockerfile. The building of both Linux and Windows containers is possible based on the agent platform used for the build.

    Deploying to Web App

    You can automatically deploy your application to an Azure Web App for Linux Containers after every successful build.

    Course Curriculum

    Chapter 1: Introduction to Containers and Comparison with VM

    Lecture 1: Introduction to Containers and Comparison with VM

    Chapter 2: Understanding Docker Architecture

    Lecture 1: Understanding Docker Architecture

    Chapter 3: Creating a Docker Image using Dockerfile

    Lecture 1: Creating a Docker Image using Dockerfile

    Chapter 4: Pushing Image to Docker Hub and Azure Container Registry

    Lecture 1: Pushing Image to Docker Hub and Azure Container Registry

    Chapter 5: Deploying Docker Images in App Service and Container Instance

    Lecture 1: Deploying Docker Images in App Service and Container Instance

    Chapter 6: Creating a CI and CD Pipeline for Docker Image

    Lecture 1: Creating a CI and CD Pipeline for Docker Image

    Instructors

  • Containerization using Docker  No.2
    Sandeep Soni
    CEO and Founder of Deccansoft, MCT
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 0 votes
  • 3 stars: 1 votes
  • 4 stars: 5 votes
  • 5 stars: 1 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!