mirror of https://github.com/docker/docs.git
Update docker-ee.md (adding windows update after engine install) (#4341)
This commit is contained in:
parent
9618d6704b
commit
03f1ecf447
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue