You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ee/dtr/index.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Docker Trusted Registry (DTR) is the enterprise-grade image storage solution
8
8
from Docker. You install it behind your firewall so that you can securely store
9
9
and manage the Docker images you use in your applications.
10
10
11
-
## Image management
11
+
## Image and job management
12
12
13
13
DTR can be installed on-premises, or on a virtual private
14
14
cloud. And with it, you can store your Docker images securely, behind your
@@ -17,11 +17,10 @@ firewall.
17
17
You can use DTR as part of your continuous integration, and continuous
18
18
delivery processes to build, ship, and run your applications.
19
19
20
-
DTR has a web based user interface that allows authorized users in your
21
-
organization to browse docker images. It provides information about
22
-
who pushed what image at what time. It even allows you to see what dockerfile
20
+
DTR has a web user interface that allows authorized users in your
21
+
organization to browse Docker images and [review repository events](/ee/dtr/user/audit-repository-events/). It even allows you to see what Dockerfile
23
22
lines were used to produce the image and, if security scanning is enabled, to
24
-
see a list of all of the software installed in your images.
23
+
see a list of all of the software installed in your images. Additionally, you can now [review and audit jobs on the web interface](/ee/dtr/admin/manage-jobs/audit-jobs-via-ui/).
25
24
26
25
## Availability
27
26
@@ -31,23 +30,23 @@ and metadata such that if a machine fails, DTR continues to operate and can be r
31
30
## Efficiency
32
31
33
32
DTR has the ability to [cache images closer to users](admin/configure/deploy-caches/index.md)
34
-
to reduce the amount of bandwidth used during docker pulls.
33
+
to reduce the amount of bandwidth used when pulling Docker images.
35
34
36
35
DTR has the ability to [clean up unreferenced manifests and layers](admin/configure/garbage-collection.md).
37
36
38
37
## Built-in access control
39
38
40
39
DTR uses the same authentication mechanism as Docker Universal Control Plane.
41
-
Users can be managed manually or synched from LDAP or Active Directory. DTR
40
+
Users can be managed manually or synchronized from LDAP or Active Directory. DTR
42
41
uses [Role Based Access Control](admin/manage-users/index.md) (RBAC) to allow you to implement fine-grained
43
-
access control policies for who has access to your Docker images.
42
+
access control policies for your Docker images.
44
43
45
44
## Security scanning
46
45
47
-
DTR has a builtin security scanner that can be used to discover what versions
46
+
DTR has a built-in security scanner that can be used to discover what versions
48
47
of software are used in your images. It scans each layer and aggregates the
49
48
results to give you a complete picture of what you are shipping as a part of
50
-
your stack. Most importantly, it co-relates this information with a
49
+
your stack. Most importantly, it correlates this information with a
51
50
vulnerability database that is kept up to date through [periodic
52
51
updates](admin/configure/set-up-vulnerability-scans.md). This
53
52
gives you [unprecedented insight into your exposure to known security
Copy file name to clipboardexpand all lines: ee/dtr/release-notes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ to upgrade your installation to the latest release.
30
30
* Web Interface
31
31
* Online garbage collection is no longer an experimental feature. Users can now write to DTR and push images during garbage collection. [Learn about garbage collection](/ee/dtr/admin/configure/garbage-collection/).
32
32
* Repository admins can now enable tag pruning for every repository that they manage by adding a pruning policy or setting a tag limit. [Learn about tag pruning](/ee/dtr/user/tag-pruning).
33
-
* Users can now review and audit repository events on the web interface with the addition of the **Activity** tab on each repository.[Learn about repository event audits](/ee/dtr/user/audit-repository-events/).
33
+
* Users can now review and audit repository events on the web interface with the addition of the **Activity** tab on each repository.[Learn about repository event audits](/ee/dtr/user/audit-repository-events/).
34
34
* DTR admins can now enable auto-deletion of repository events based on specified conditions. [Learn about repository event auto-deletion](/ee/dtr/admin/configure/auto-delete-repo-events/).
35
35
* DTR admins can now review and audit jobs on the web interface with the addition of **Job Logs** within System settings. [Learn about job audits on the web interface](/ee/dtr/admin/manage-jobs/audit-jobs-via-ui/).
36
36
* DTR admins can now enable auto-deletion of job logs based on specified conditions. [Learn about job log auto-deletion](/ee/dtr/admin/manage-jobs/auto-delete-job-logs/).
0 commit comments