Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#390 from sixeyed/patch-3
Browse files Browse the repository at this point in the history
Add section to install Windows Updates
  • Loading branch information
scooley authored Oct 25, 2016
2 parents 7d83294 + 6c85bb2 commit 9f634d0
Showing 1 changed file with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,35 @@ When PowerShell asks you whether to trust the package source 'DockerDefault', ty
Restart-Computer -Force
```

## 2. Deploy Your First Container
## 2. Install Windows Updates

To ensure your Windows Server system is up-to-date, you should install Windows Updates by running:

```none
sconfig
```

You'll see a text-based configuration menu, where you can choose option 6 to Download and Install Updates:

```none
===============================================================================
Server Configuration
===============================================================================
1) Domain/Workgroup: Workgroup: WORKGROUP
2) Computer Name: WIN-HEFDK4V68M5
3) Add Local Administrator
4) Configure Remote Management Enabled
5) Windows Update Settings: DownloadOnly
6) Download and Install Updates
7) Remote Desktop: Disabled
...
```

When prompted, choose option A to download all updates.

## 3. Deploy Your First Container

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..

Expand Down

0 comments on commit 9f634d0

Please sign in to comment.