mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
add note to ensure correct module is in use on upgrade (#4923)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
bfe261f90d
commit
6f3acdfdc3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user