Skip to content

Commit

Permalink
Update quick_start_windows_server.md
Browse files Browse the repository at this point in the history
Typo line 80. 'Use `docker run`' rather than 'User `docker run`'
  • Loading branch information
glaisne authored Nov 4, 2016
1 parent a06a7fe commit 13a33a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ When prompted, choose option A to download all updates.

For this exercise, you will download a pre-created .NET sample image from the Docker Hub registry and deploy a simple container running a .Net Hello World application..

User `docker run` to deploy the .Net container. This will also download the container image which may take a few minutes.
Use `docker run` to deploy the .Net container. This will also download the container image which may take a few minutes.

```none
docker run microsoft/sample-dotnet
Expand Down

0 comments on commit 13a33a6

Please sign in to comment.