Skip to content

Commit 6f3acdf

Browse files
friismMisty Stanley-Jones
authored andcommitted
add note to ensure correct module is in use on upgrade (docker#4923)
1 parent bfe261f commit 6f3acdf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

engine/installation/windows/docker-ee.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ Docker 17.03.0-ee Docker Contains Docker
132132

133133
## Update Docker EE
134134

135+
> **Check that you have the Docker module**
136+
> 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:
137+
>
138+
> ```none
139+
> Unnstall-Module DockerMsftProvider -Force
140+
> Install-Module DockerProvider -Force
141+
> ```
142+
135143
To update Docker EE on Windows Server 2016:
136144
137145
```ps

0 commit comments

Comments
 (0)