From 6f3acdfdc3fac56135aa01d59a97841e66d00aee Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Mon, 16 Oct 2017 22:50:34 +0200 Subject: [PATCH] add note to ensure correct module is in use on upgrade (#4923) --- engine/installation/windows/docker-ee.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engine/installation/windows/docker-ee.md b/engine/installation/windows/docker-ee.md index a3c31ca026..d952e49965 100644 --- a/engine/installation/windows/docker-ee.md +++ b/engine/installation/windows/docker-ee.md @@ -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