Using the git.nrw Container Registry
On this page
The git.nrw Container Registry enables you to build, store, and deploy Docker container images directly alongside your code, simplifying your CI/CD workflows. To register a container use:
registry.git.nrw
You can use the integrated container registry to store container images for each GitLab project. The container registry supports the Docker V2 and Open Container Initiative (OCI) image formats.
View the container registry
To view the container registry for a project or group:
- On the left sidebar, select Search or go to and find your project or group.
- Select Deploy > Container Registry.
You can search, sort, filter, and delete your container images. You can share a filtered view by copying the URL from your browser. If the container registry isn’t visible in your projects sidebar, it may have been hidden for your role inside the project or disabled for the project altogether.
Use container images from the container registry
To download and run a container image hosted in the container registry:
- On the left sidebar, select Search or go to and find your project or group.
- Select Deploy > Container Registry.
- Find the container image you want to work with and select Copy image path.
- Use
docker runwith the copied link.
For more information on running container images, see the Docker documentation .
For more information on the container registry, see the GitLab Docs regarding container registry .