Tweak step for re-installing UCP (#5216)

* Add a step for re-installing UCP
This commit is contained in:
Jim Galasyn 2017-11-03 15:50:45 -07:00 committed by GitHub
parent 474c81b52f
commit db0f879883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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
```