From the course: Docker on Azure

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Containerize an app and upload to Azure Container Registry

Containerize an app and upload to Azure Container Registry

From the course: Docker on Azure

Containerize an app and upload to Azure Container Registry

Hello, and welcome to this video on containerizing an application. In this demonstration, we'll walk through the following steps. We'll start by creating a new .NET Core project. We'll then install the necessary extension that will simplify the containerization process, that is, the Visual Studio Code Docker extension. We'll then containerize the application using the Docker file that's created, and we would test the containerized application locally. The steps that I will be following can be found in the LinkedIn GitHub repository for this course, in the chapter-01 folder and that would be the video-06 markdown file. So let's get started with the first task of creating a new .NET Core projects. So to do that, I'll run the commands that we have in the markdown file here. So first of all, we'll check the versions of the .NET SDKs installed and the runtimes installed. We'll create a new directory and then we'll create a new project. So let's go ahead and I'll copy that. And I'll go…

Contents