Overview

Now that we have Docker installed, we are able to deploy images as containers. In this short step of the workshop, we will deploy a small containers to test our Docker engine on Windows.

Hello World

  1. Ensure you have logged in to your remote Windows Server 2016 server and are at the prompt.

  2. From the PowerShell prompt, type the following:

docker run microsoft/dotnet-samples:dotnetapp-nanoserver
  1. You should then see something similar to the following:
         Dotnet-bot: Welcome to using .NET Core!
  __________________
                    \
                     \
                        ....
                        ....'
                         ....
                      ..........
                  .............'..'..
               ................'..'.....
             .......'..........'..'..'....
            ........'..........'..'..'.....
           .'....'..'..........'..'.......'.
           .'..................'...   ......
           .  ......'.........         .....
           .                           ......
          ..    .            ..        ......
         ....       .                 .......
         ......  .......          ............
          ................  ......................
          ........................'................
         ......................'..'......    .......
      .........................'..'.....       .......
   ........    ..'.............'..'....      ..........
 ..'..'...      ...............'.......      ..........
...'......     ...... ..........  ......         .......
...........   .......              ........        ......
.......        '...'.'.              '.'.'.'         ....
.......       .....'..               ..'.....
 ..       ..........               ..'........
        ............               ..............
       .............               '..............
      ...........'..              .'.'............
     ...............              .'.'.............
    .............'..               ..'..'...........
    ...............                 .'..............
     .........                        ..............
      .....


**Environment**
Platform: .NET Core 1.0
OS: Microsoft Windows 10.0.14393
In this article
  1. Overview
  2. Hello World