From db0f87988370a7516a70d62f3caadc0108e89d5c Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Fri, 3 Nov 2017 15:50:45 -0700 Subject: [PATCH] Tweak step for re-installing UCP (#5216) * Add a step for re-installing UCP --- engine/installation/windows/docker-ee.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/engine/installation/windows/docker-ee.md b/engine/installation/windows/docker-ee.md index 58a44f925d..c779bb1598 100644 --- a/engine/installation/windows/docker-ee.md +++ b/engine/installation/windows/docker-ee.md @@ -153,8 +153,14 @@ To update Docker EE on Windows Server 2016: ```ps PS> Install-Package -Name docker -ProviderName DockerProvider -Update -Force +``` -# Start the Docker service. +If Docker Universal Control Plane (UCP) is installed, run the +[UCP installation script for Windows](/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes/#run-the-windows-node-setup-script). + +Start the Docker service: + +```ps PS> Start-Service Docker ```