From 7d8626225fa0f85ad18d97e76d9703583ab3af3f Mon Sep 17 00:00:00 2001 From: KoryKessel-Docker Date: Wed, 8 Jan 2020 19:48:53 +0100 Subject: [PATCH 1/2] DTR install Step 2 edits --- ee/dtr/admin/install/index.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ee/dtr/admin/install/index.md b/ee/dtr/admin/install/index.md index 283f9a8c25..fed40ca282 100644 --- a/ee/dtr/admin/install/index.md +++ b/ee/dtr/admin/install/index.md @@ -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) From f4824f5f7a096920cecee36664158896f6732b7a Mon Sep 17 00:00:00 2001 From: KoryKessel-Docker Date: Wed, 8 Jan 2020 21:13:38 +0100 Subject: [PATCH 2/2] Fixed typo. --- ee/dtr/admin/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/dtr/admin/install/index.md b/ee/dtr/admin/install/index.md index fed40ca282..7555404847 100644 --- a/ee/dtr/admin/install/index.md +++ b/ee/dtr/admin/install/index.md @@ -31,7 +31,7 @@ DTR requires Docker Universal Control Panel (UCP) to run. If UCP is not yet inst > * Docker Engine should be updated to the most recent version before > installing or updating UCP. -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. +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)