summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-07 18:09:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-07 18:09:28 +0000
commit4b7575da97d88ef4c7b2ec599b0c3fc457b4f561 (patch)
tree4e5885049ad126c63e8a20cd425152dd9e38a32c /doc/raketasks
parentf35a7a3b8e97d7af2ec1505d3fbcd6ffdd869fd2 (diff)
downloadgitlab-ce-4b7575da97d88ef4c7b2ec599b0c3fc457b4f561.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/cleanup.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md
index e40fa1a9ef1..7908af8da84 100644
--- a/doc/raketasks/cleanup.md
+++ b/doc/raketasks/cleanup.md
@@ -179,3 +179,8 @@ sudo gitlab-rake gitlab:cleanup:sessions:active_sessions_lookup_keys
# installation from source
bundle exec rake gitlab:cleanup:sessions:active_sessions_lookup_keys RAILS_ENV=production
```
+
+## Container Registry garbage collection
+
+Container Registry can use considerable amounts of disk space. To clear up
+unused layers, the registry includes a [garbage collect command](../administration/packages/container_registry.md#container-registry-garbage-collection).