From the course: Docker for Windows

Unlock the full course today

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

Running containers on Windows Server

Running containers on Windows Server - Docker Tutorial

From the course: Docker for Windows

Start my 1-month free trial

Running containers on Windows Server

- [Instructor] Once Docker on Windows is installed, running our first container is easy to do. In fact, we can use all the exact same Docker run commands and run the same containers that we ran over in Docker for Windows on our desktop. I mean, that's one of the many beauties of using Docker is that no matter where you go, you can run the same containers as long as the architecture matches, which is important to differentiate now that we have Windows containers running on Windows 10 and Windows Server. So I'm just typing out this docker run command here to run the Microsoft.net sample. It's downloading this. This utilizes nanoserver. So nanoserver is undoubtedly an important part of this container. And in just a moment, we will have run our first container on Docker for Windows Server. And there it is. That's the .NET bot, and it says, welcome to using .NET Core. If we scroll up a little bit, you can see the .NET bot a little bit better, but that is a great sample test application for…

Contents