Docker – The Complete Guide
Docker – The Complete Guide, available at $39.99, has an average rating of 4.5, with 25 lectures, based on 7 reviews, and has 50 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: Docker – The Complete Guide
Summary
Title: Docker – The Complete Guide
Price: $39.99
Average Rating: 4.5
Number of Lectures: 25
Number of Published Lectures: 25
Number of Curriculum Items: 25
Number of Published Curriculum Objects: 25
Original Price: $199.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 – a 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 on 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 docker file 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 Docker
Lecture 1: Virtualization vs Containerization
Lecture 2: What is Docker and its Benefits
Lecture 3: Docker Architecture and its Taxonomy
Chapter 2: Getting Started with Docker Commands
Lecture 1: Installing Docker Desktop on Mac and Windows
Lecture 2: Working with Images and Containers
Lecture 3: Working with Daemon Application Images and Port Mapping
Lecture 4: Working with Exec command
Chapter 3: Creating Docker Image
Lecture 1: Using Docker Cp Command and Creating an Image Manually
Lecture 2: Creating Docker Image using Dockerfile
Lecture 3: ENTRYPOINT vs CMD in Dockerfile
Lecture 4: Building an Image from Published Output of Application
Lecture 5: Performing Build and Publish through Dockerfile
Lecture 6: Running a NodeJS application using Docker
Chapter 4: Multi Stage Builds
Lecture 1: Multi Stage Dockerfile
Lecture 2: Advanced Docker Commands
Chapter 5: Docker Storage Bind Mounts and Volumes
Lecture 1: Why Docker Volumes
Lecture 2: Comparison Of Different Storage Options
Lecture 3: Working with Bind Mounts
Lecture 4: Working with Docker Volumes
Lecture 5: Miscellaneous topics in Volumes
Chapter 6: Docker Networking
Lecture 1: Docker Networking
Chapter 7: Docker Compose
Lecture 1: Working with Multi Container App and Docker Compose
Lecture 2: Setting Environmental Variables in Docker Compose
Chapter 8: Docker Registry
Lecture 1: Pull and Pull Docker images in Docker Hub Registry
Lecture 2: Docker Content Trust
Instructors
-
Sandeep Soni
CEO and Founder of Deccansoft, MCT
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 2 votes
- 5 stars: 4 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!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024