mirror of https://github.com/docker/docs.git
Fix broken images and toc from DTR article reshuffle
This commit is contained in:
parent
ccc1bb7215
commit
4a66834262
|
@ -1239,7 +1239,7 @@ toc:
|
|||
title: Set up high availability
|
||||
- path: /datacenter/dtr/2.2/guides/configure/setup-scanning-dtr/
|
||||
title: Set up Docker Security Scanning
|
||||
- path: /datacenter/dtr/2.2/guides/configurey/backup-and-recovery/
|
||||
- path: /datacenter/dtr/2.2/guides/configure/backup-and-recovery/
|
||||
title: DTR backups and recovery
|
||||
- path: /datacenter/dtr/2.2/guides/user-management/create-and-manage-users/
|
||||
title: Create and manage users
|
||||
|
|
|
@ -19,7 +19,7 @@ Golang 1.7 image to it.
|
|||
To create a new repository, navigate to the **DTR web application**, and click
|
||||
the **New repository** button.
|
||||
|
||||

|
||||

|
||||
|
||||
Add a **name and description** for the repository, and choose whether your
|
||||
repository is public or private:
|
||||
|
@ -29,7 +29,7 @@ repository is public or private:
|
|||
* Private repositories can only be seen by users that have been granted
|
||||
permissions to that repository.
|
||||
|
||||

|
||||

|
||||
|
||||
Click **Save** to create the repository.
|
||||
|
||||
|
@ -63,7 +63,7 @@ $ docker push dtr.company.org/dave.lauper/golang:1.7
|
|||
|
||||
Go back to the **DTR web UI** to validate that the tag was successfully pushed.
|
||||
|
||||

|
||||

|
||||
|
||||
## Pull an image from DTR
|
||||
|
||||
|
@ -74,11 +74,11 @@ before pulling images.
|
|||
In this example, DTR can be accessed at dtr.company.org, and the user
|
||||
was granted permissions to access the Java, Python, and Golang repositories.
|
||||
|
||||

|
||||

|
||||
|
||||
Click on the repository to see its details.
|
||||
|
||||

|
||||

|
||||
|
||||
To pull the 1.7 tag of the dave.lauper/golang image, run:
|
||||
|
||||
|
@ -93,7 +93,7 @@ To delete an image, go to the **DTR web UI**, and navigate to the image
|
|||
**repository** you want to delete. In the **Tags** tab, select all the image
|
||||
tags you want to delete, and click the **Delete button**.
|
||||
|
||||

|
||||

|
||||
|
||||
You can also delete all image versions, by deleting the repository. For that,
|
||||
in the image **repository**, navigate to the **Settings** tab, and click the
|
||||
|
|
Loading…
Reference in New Issue