mirror of https://github.com/docker/docs.git
Tweak step for re-installing UCP (#5216)
* Add a step for re-installing UCP
This commit is contained in:
parent
474c81b52f
commit
db0f879883
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue