From the course: Docker for Windows

Unlock the full course today

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

Deploying Microsoft IIS in a container

Deploying Microsoft IIS in a container - Docker Tutorial

From the course: Docker for Windows

Start my 1-month free trial

Deploying Microsoft IIS in a container

- [Narrator] Another fun Windows Container that you can run is Microsoft IIS. Why install Windows Server and then enable IIS when you can just run IIS as a Container inside Windows 10 using Docker. So, this is really cool, if you want to create a test website on your own local Windows desktop or laptop computer, Docker and a Microsoft IIS Container make it super easy to do. So, we're here over at hub.docker.com and the repository again is Microsoft and it's just the IIS Container or the IIS Image that you want to download. And you can do that ahead of time with Docker Pull, space, Microsoft, slash, IIS. Pull just pulls down the Container it doesn't run it. But to save us some time, I've already pulled the Container down because it can take a little bit of time. And if we go over here to a command prompt, and I'll do a Docker Image ls to list the images that we have. You can see the very first image there is Microsoft IIS and its roughly five gigabytes in size. So, all we have to do to…

Contents