From the course: Deploying ASP.NET Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Docker

Install Docker

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Install Docker

- [Instructor] First thing we need to do is to install Docker, and in order to do that, we go to www.docker.com and we choose get started. Then we go to Docker for Developers, and from there we choose download for Windows. When we do that, it will ask us to log in in order to be able to download. And I have already created a Docker ID long time ago. If you don't have one, you will need to create one as well in order to be able to log in and download the file. So I will log in here and once I'm logged in, it will allow me to download the file. I already downloaded a file, it's about 500 meg. And what I can do now is to double click on that file and start the installation process. Now the installation process, it's pretty straightforward. There is one thing though that we need to choose, and that is Windows containers instead of Linux containers. By default when you run with Docker, it will favor the Linux containers because they're lightweight and they're easier to run and start, but…

Contents