# GLCR

GitLab Container Registry

### registry.gitlab.com

将 `registry.gitlab.com` 替换为 `glcr.nju.edu.cn` 即可。

如
```
docker pull registry.gitlab.com/pipeline-components/yamllint
```
替换为
```
docker pull glcr.nju.edu.cn/pipeline-components/yamllint
```