mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-19 00:27:07 +00:00
Add note about deleting tags.
This commit is contained in:
parent
9597890b67
commit
b563c6d1a1
@ -77,6 +77,12 @@ You can create a table manually if you don't want to grant `CREATE` permission:
|
||||
|
||||
### Schedule a cron task for purging tags
|
||||
|
||||
To delete tags you need to enable the corresponding option in Docker Registry config. For example:
|
||||
|
||||
storage:
|
||||
delete:
|
||||
enabled: true
|
||||
|
||||
The following example shows how to run a cron task to purge tags older than X days but also keep
|
||||
at least Y tags no matter how old. Assuming container has been already running.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user