From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Creating a basic container - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Creating a basic container
- [Brett] When using containerization, in general, and especially with Docker, everything is based around images and those images need to be stored in repositories. There are a number of public repositories out there, however, Docker Hub is probably one of the most popular, as, of course, it was made by Docker. A lot of the big players now store public images in here that you can freely and easily pull down and start to use. In this lecture, we're going to look at building a very simple ASP.NET application, but we're going to build it within a container, and that container is going to be based on an image that's provided by Microsoft. So I've gone to hub.Docker.com and the first thing I'm going to do is I'm going to search for .NET because I want an image that has the .NET runtime installed on it. If we do a search .NET, we can see here number two, we've got .NET Samples and importantly it's by Microsoft. So, we can see that…