DTR install Step 2 edits

This commit is contained in:
KoryKessel-Docker 2020-01-08 19:48:53 +01:00
parent 1c7595cd88
commit 7d8626225f
1 changed files with 5 additions and 8 deletions

View File

@ -18,23 +18,20 @@ needs to run.
## Step 2. Install UCP
DTR requires Docker Universal Control Panel (UCP) to run. If UCP is not yet installed, refer to [install UCP for production](/ee/ucp/admin/install/).
>**Note**
>
> Before installing DTR:
> Prior to installing DTR:
> * When upgrading, upgrade UCP before DTR for each major version. For example,
> if you are upgrading four major versions, upgrade one major version at a
> time, first UCP, then DTR, and then repeat for the remaining three versions.
> * UCP should be installed or upgraded to the most recent version before an
> * UCP upgraded to the most recent version before an
> initial install of DTR.
> * Docker Engine should be updated to the most recent version before
> installing or updating UCP.
Since DTR requires Docker Universal Control Plane (UCP)
to run, you need to [install UCP](/ee/ucp/admin/install/) on all the nodes
where you plan to install DTR.
DTR needs to be installed on a worker node that is being managed by UCP.
You cannot install DTR on a standalone Docker Engine.
DTR and UCP must not be installed on the same node, due to the potential for resource and port conflicts, Instead, install DTR on worker nodes that will be managed by UCP. Note also that DTR cannot be installed on a standalone Docker Engine.
![](../../images/install-dtr-1.svg)