mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
update
This commit is contained in:
parent
766c9a58e1
commit
817c26ccea
@ -163,10 +163,10 @@ Run the command on the host which harbor is deployed on.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ docker-compose stop
|
$ docker-compose stop
|
||||||
$ docker run -it --name gc --rm -v /harbor_deploy_path/harbor/Deploy/config/registry/:/etc/registry/ --volumes-from deploy_registry_1 registry:2.4.0 garbage-collect [--dry-run] /etc/registry/config.yml
|
$ docker run -it --name gc --rm --volumes-from deploy_registry_1 registry:2.4.0 garbage-collect [--dry-run] /etc/registry/config.yml
|
||||||
$ docker-compose start
|
$ docker-compose start
|
||||||
```
|
```
|
||||||
Replace "/harbor_deploy_path" with path where your Harbor is deployed.
|
|
||||||
Option "--dry-run" will print the progress without removing any data.
|
Option "--dry-run" will print the progress without removing any data.
|
||||||
|
|
||||||
About the details of GC, please see [GC](https://github.com/docker/distribution/blob/master/docs/garbage-collection.md).
|
About the details of GC, please see [GC](https://github.com/docker/distribution/blob/master/docs/garbage-collection.md).
|
Loading…
Reference in New Issue
Block a user