diff --git a/datacenter/dtr/2.5/guides/admin/install/index.md b/datacenter/dtr/2.5/guides/admin/install/index.md index c09d036e3f..c8c308d515 100644 --- a/datacenter/dtr/2.5/guides/admin/install/index.md +++ b/datacenter/dtr/2.5/guides/admin/install/index.md @@ -29,7 +29,7 @@ You can't install DTR on a standalone Docker Engine. ## Step 3. Install DTR -Once UCP is installed, navigate to the **UCP web UI**. In the **Admin Settings**, +Once UCP is installed, navigate to the **UCP web interface**. In the **Admin Settings**, choose **Docker Trusted Registry**. ![](../../images/install-dtr-2.png){: .with-border} @@ -52,17 +52,17 @@ You can run that snippet on any node where Docker is installed. As an example you can SSH into a UCP node and run the DTR installer from there. By default the installer runs in interactive mode and prompts you for any additional information that is necessary. -[Learn more about the installer](../../../reference/cli/install.md). +[Learn more about the installer](/datacenter/dtr/2.5/reference/cli/install). ## Step 4. Check that DTR is running In your browser, navigate to the Docker **Universal Control Plane** -web UI, and navigate to the **Applications** screen. DTR should be listed +web interface, and navigate to the **Applications** screen. DTR should be listed as an application. ![](../../images/install-dtr-3.png){: .with-border} -You can also access the **DTR web UI**, to make sure it is working. In your +You can also access the **DTR web interface** to make sure it is working. In your browser, navigate to the address where you installed DTR. ![](../../images/install-dtr-4.png){: .with-border} @@ -120,7 +120,7 @@ To add replicas to a DTR cluster, use the `docker/dtr join` command: 3. Check that all replicas are running. In your browser, navigate to the Docker **Universal Control Plane** - web UI, and navigate to the **Applications** screen. All replicas should + web interface, and navigate to the **Applications** screen. All replicas should be displayed. ![](../../images/install-dtr-6.png){: .with-border} diff --git a/ee/dtr/admin/install/index.md b/ee/dtr/admin/install/index.md index f5265e1fba..b16fd9e179 100644 --- a/ee/dtr/admin/install/index.md +++ b/ee/dtr/admin/install/index.md @@ -2,9 +2,6 @@ title: Install Docker Trusted Registry description: Learn how to install Docker Trusted Registry for production. keywords: dtr, registry, install -redirect_from: - - /datacenter/dtr/2.3/guides/admin/install/ - - /datacenter/dtr/2.5/guides/admin/install/ --- Docker Trusted Registry (DTR) is a containerized application that runs on a @@ -52,7 +49,7 @@ You can run that snippet on any node where Docker is installed. As an example you can SSH into a UCP node and run the DTR installer from there. By default the installer runs in interactive mode and prompts you for any additional information that is necessary. -[Learn more about the installer](/reference/dtr/2.5/cli/install.md). +[Learn more about the installer](/reference/dtr/2.6/cli/install). By default DTR is deployed with self-signed certificates, so your UCP deployment might not be able to pull images from DTR. @@ -65,12 +62,13 @@ In your browser, navigate to the Docker **Universal Control Plane** web interface, and navigate to the **Applications** screen. DTR should be listed as an application. -![](../../images/create-repository-1.png){: .with-border} + +![](../../images/install-dtr-3.png){: .with-border} You can also access the **DTR web interface**, to make sure it is working. In your browser, navigate to the address where you installed DTR. -![](../../images/install-dtr-4.png){: .with-border} +![](../../images/create-repository-1.png){: .with-border} ## Step 5. Configure DTR @@ -82,7 +80,7 @@ After installing DTR, you should configure: To perform these configurations, navigate to the **Settings** page of DTR. - ![](../../images/install-dtr-5.png){: .with-border} + ![](../../images/auto-delete-job-logs-1.png){: .with-border} ## Step 6. Test pushing and pulling diff --git a/ee/dtr/images/install-dtr-2.png b/ee/dtr/images/install-dtr-2.png index 33471adfcd..3c8234b214 100644 Binary files a/ee/dtr/images/install-dtr-2.png and b/ee/dtr/images/install-dtr-2.png differ diff --git a/ee/dtr/images/install-dtr-3.png b/ee/dtr/images/install-dtr-3.png index e7ccce57d9..c0412a748f 100644 Binary files a/ee/dtr/images/install-dtr-3.png and b/ee/dtr/images/install-dtr-3.png differ diff --git a/ee/dtr/images/install-dtr-6.png b/ee/dtr/images/install-dtr-6.png index d87014cfee..340a4615c4 100644 Binary files a/ee/dtr/images/install-dtr-6.png and b/ee/dtr/images/install-dtr-6.png differ