Update docker-ee.md (adding windows update after engine install) (#4341)

This commit is contained in:
Eiichi Kitagawa 2017-08-28 16:47:22 -07:00 committed by Misty Stanley-Jones
parent 9618d6704b
commit 03f1ecf447
1 changed files with 9 additions and 2 deletions

View File

@ -39,8 +39,16 @@ full list of prerequisites.
PS> Install-Package -Name docker -ProviderName DockerMsftProvider -Source Docker -Force
PS> Restart-Computer -Force
```
2. Update your Windows configuration.
2. Test your Docker EE installation by running the `hello-world` container.
```ps
PS> sconfig
```
Select option `6) Download and Install Updates`. Swarm requires update [KB4015217](
https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217)
3. Test your Docker EE installation by running the `hello-world` container.
```ps
PS> docker container run hello-world:nanoserver
@ -59,7 +67,6 @@ full list of prerequisites.
<snip>
```
## Use a script to install Docker EE
Use the following steps when you want to install manually, script automated