mirror of https://github.com/docker/docs.git
Update screenshots, wording for DTR installation, remove redirect
This commit is contained in:
parent
1014a965ed
commit
7ed4cfd4fe
|
@ -29,7 +29,7 @@ You can't install DTR on a standalone Docker Engine.
|
||||||
|
|
||||||
## Step 3. Install DTR
|
## 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**.
|
choose **Docker Trusted Registry**.
|
||||||
|
|
||||||
{: .with-border}
|
{: .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
|
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
|
the installer runs in interactive mode and prompts you for any additional
|
||||||
information that is necessary.
|
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
|
## Step 4. Check that DTR is running
|
||||||
|
|
||||||
In your browser, navigate to the Docker **Universal Control Plane**
|
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.
|
as an application.
|
||||||
|
|
||||||
{: .with-border}
|
{: .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.
|
browser, navigate to the address where you installed DTR.
|
||||||
|
|
||||||
{: .with-border}
|
{: .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.
|
3. Check that all replicas are running.
|
||||||
|
|
||||||
In your browser, navigate to the Docker **Universal Control Plane**
|
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.
|
be displayed.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
title: Install Docker Trusted Registry
|
title: Install Docker Trusted Registry
|
||||||
description: Learn how to install Docker Trusted Registry for production.
|
description: Learn how to install Docker Trusted Registry for production.
|
||||||
keywords: dtr, registry, install
|
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
|
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
|
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
|
the installer runs in interactive mode and prompts you for any additional
|
||||||
information that is necessary.
|
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
|
By default DTR is deployed with self-signed certificates, so your UCP deployment
|
||||||
might not be able to pull images from DTR.
|
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
|
web interface, and navigate to the **Applications** screen. DTR should be listed
|
||||||
as an application.
|
as an application.
|
||||||
|
|
||||||
{: .with-border}
|
|
||||||
|
{: .with-border}
|
||||||
|
|
||||||
You can also access the **DTR web interface**, 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.
|
browser, navigate to the address where you installed DTR.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
||||||
|
|
||||||
## Step 5. Configure DTR
|
## 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.
|
To perform these configurations, navigate to the **Settings** page of DTR.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
||||||
|
|
||||||
## Step 6. Test pushing and pulling
|
## Step 6. Test pushing and pulling
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 88 KiB |
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue