mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Remove redirect from 2.5 version of garbage collection
- Update broken links Fix formatting issues
This commit is contained in:
@@ -3,8 +3,6 @@ title: Garbage collection
|
||||
description: Save disk space by configuring the garbage collection settings in
|
||||
Docker Trusted Registry
|
||||
keywords: registry, garbage collection, gc, space, disk space
|
||||
redirect_from:
|
||||
- /ee/dtr/admin/configure/garbage-collection/
|
||||
---
|
||||
|
||||
You can configure Docker Trusted Registry to automatically delete unused image
|
||||
|
||||
@@ -46,5 +46,5 @@ Docker Trusted Registry has a global setting for auto-deletion of job logs which
|
||||
|
||||
## Where to go next
|
||||
|
||||
- [Monitor Docker Trusted Registry](monitor-and-troubleshoot.md)
|
||||
- [Monitor Docker Trusted Registry](/ee/dtr/admin/monitor-and-troubleshoot/)
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ to upgrade your installation to the latest release.
|
||||
* 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/).
|
||||
* 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/).
|
||||
* 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/).
|
||||
* DTR admins can now enable auto-deletion of job logs based on specified conditions. [Learn about repository event auto-deletion](/ee/dtr/admin/configure/auto-delete-repo-events/).
|
||||
* 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/).
|
||||
* Users can now mirror images from another Docker Trusted or Docker Hub registry using the web interface. [Learn about pull mirroring](/ee/dtr/user/promotion-policies/pull-mirror).
|
||||
|
||||
* CLI
|
||||
|
||||
@@ -27,7 +27,7 @@ To get started:
|
||||
* Mirror direction: Choose "Pull from remote registry"
|
||||
* Registry type: You can choose between **Docker Trusted Registry** and **Docker Hub**. If you choose DTR, enter your DTR URL. Otherwise, **Docker Hub** defaults to `https://index.docker.io`.
|
||||
* Username and Password or access token: Your credentials in the remote repository you wish to poll from. To use an access token instead of your password, see [authentication token](../access-tokens.md).
|
||||
* Repository: Enter the `namespace` and the `repository name after the `/`.
|
||||
* Repository: Enter the `namespace` and the `repository_name` after the `/`.
|
||||
* Show advanced settings: Enter the TLS details for the remote repository or check `Skip TLS verification`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user