add note to ensure correct module is in use on upgrade (#4923)

This commit is contained in:
Michael Friis
2017-10-16 22:50:34 +02:00
committed by Misty Stanley-Jones
parent bfe261f90d
commit 6f3acdfdc3

View File

@@ -132,6 +132,14 @@ Docker 17.03.0-ee Docker Contains Docker
## Update Docker EE
> **Check that you have the Docker module**
> You may have previously installed Docker using a Microsoft provided module. To ensure you get the latest Docker patches, please remove this module and use Docker's module:
>
> ```none
> Unnstall-Module DockerMsftProvider -Force
> Install-Module DockerProvider -Force
> ```
To update Docker EE on Windows Server 2016:
```ps