FaridKhan Posted April 15, 2023 Report Share Posted April 15, 2023 Docker - The Complete Guide (2023)Published 4/2023Created by Sandeep SoniMP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 ChGenre: eLearning | Language: English | Duration: 25 Lectures ( 8h 39m ) | Size: 3.81 GBWorking with Containerization using DockerWhat you'll learnUnderstanding VM and ContainersWhat is Docker and its BenefitsDocker ArchitectureSteps to Create Docker ImageBuild and Publish Docker Image to Docker Hub using Azure PipelineBuild and Publish Docker Image to Azure Container Registry using Azure PipelineDeploying to Web AppDeploy a Function App Container ImageRequirementsHaving that basic Windows knowledge, you should be able to follow on the Learn Docker book as long as you have the prerequisites stated in the bookBasic experience creating applications with one of the following technologies: . NET Core, Java, Node. JS, PHP or PythonDescriptionUnderstanding Virtual Machines and ContainersWhat 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 TaxonomyDocker 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 ManuallyStep 1: Update the Code1. Create a New Project - HelloWebApp dotnet new MVC -n HelloWebApp2. Add docker file as below DockerfileAzure Pipeline for Build and Publish Docker Image to Docker HubAzure 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 AppYou can automatically deploy your application to an Azure Web App for Linux Containers after every successful build.Who this course is forSoftware developers, sysadmins, IT pros, and operators at any skill levelAnyone who makes, deploys, or operates software on servers.Uploadgig Link(s)https://uploadgig.com/file/download/c746449166c46ca4/Docker_._The_Complete_Guide.part1.rarhttps://uploadgig.com/file/download/a33c99De44989875/Docker_._The_Complete_Guide.part2.rarhttps://uploadgig.com/file/download/32b5A3570acEf04B/Docker_._The_Complete_Guide.part3.rarhttps://uploadgig.com/file/download/7CB8766ad0616d2A/Docker_._The_Complete_Guide.part4.rarRapidGator Link(s)https://rapidgator.net/file/8bef082e3388db8300b12014ac6c8599/Docker_._The_Complete_Guide.part1.rarhttps://rapidgator.net/file/603265b2803ff62cd9d0d69ad85f09a4/Docker_._The_Complete_Guide.part2.rarhttps://rapidgator.net/file/6d8b4577e9cc050da866352219cbe658/Docker_._The_Complete_Guide.part3.rarhttps://rapidgator.net/file/6c8ee717d14928b2167a75561bc7317c/Docker_._The_Complete_Guide.part4.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now