filmov
tv
0010 - Howto guide to ASP NET MVC Core C# with Docker

Показать описание
Title: Howto guide to ASP NET MVC Core C# with Docker
In this video we go over how to take the sample application that we've created over the last few videos using ASP.NET MVC Core using c# and deploy it using Docker on Ubuntu operating system.
The video takes you through a short set of instructions of modifying the sample application that we've been creating over the last few videos to allow us to connect to our SQL database from Linux. We then create a debug build of that application and move it over to the Ubuntu VM that has Docker already installed.
We will go through the process of creating a docker file as well as go over some of the content that we have to put into the file for better understanding.
Once the file is created, we go through the process of making a new Docker image and then create the Docker container using that newly created image.
Once all of those steps are completed, we show that the application is accessible locally from the Ubuntu VM as well as from a windows server. At the very end we also see that the same exact code is running at the same time on Linux and Windows and accessing the same SQL Database without any special changes to account for the fact that we are running on Linux or Windows.
This video leverages an application that was created in prior video sessions so if you would like to check them out you can do that by going to the following links:
#aspnetcore #dotnetcore #mvc #dependencyinjection #ubuntu #beginners #entityframework
In this video we go over how to take the sample application that we've created over the last few videos using ASP.NET MVC Core using c# and deploy it using Docker on Ubuntu operating system.
The video takes you through a short set of instructions of modifying the sample application that we've been creating over the last few videos to allow us to connect to our SQL database from Linux. We then create a debug build of that application and move it over to the Ubuntu VM that has Docker already installed.
We will go through the process of creating a docker file as well as go over some of the content that we have to put into the file for better understanding.
Once the file is created, we go through the process of making a new Docker image and then create the Docker container using that newly created image.
Once all of those steps are completed, we show that the application is accessible locally from the Ubuntu VM as well as from a windows server. At the very end we also see that the same exact code is running at the same time on Linux and Windows and accessing the same SQL Database without any special changes to account for the fact that we are running on Linux or Windows.
This video leverages an application that was created in prior video sessions so if you would like to check them out you can do that by going to the following links:
#aspnetcore #dotnetcore #mvc #dependencyinjection #ubuntu #beginners #entityframework
Комментарии