docs(Registry): Add command to clean registry

This commit is contained in:
Simon 2022-07-12 10:23:14 +02:00
parent add83cd745
commit cfc0771bb5
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ Pour se connecter :
docker login https://$REGISTRY_DOMAIN
```
## Nettoyer le registre
```sh
docker exec registry bin/registry garbage-collect /etc/docker/registry/config.yml --delete-untagged=true
```
## Aide
Pour connaître les images du registry :