Skip to content

Commit 6f3acdf

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

engine/installation/windows/docker-ee.md

+8
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)