
Yandex Container Registry
A service for managing Docker images and containers.
Reliable storage
Common tools for working with registries
Low upkeep
Different ways to work with Docker containers
Docker images near the infrastructure
Security and access control
Getting started
Use an image optimized for running Docker containers and manage them with minimum downtime.

Questions and answers
How do I create a registry?
You can create a registry in the management console and Yandex Cloud CLI, or using the create API method.
You can create a registry in the management console and Yandex Cloud CLI, or using the create API method.
What’s the difference between a repository and a registry?
A registry is a storage for Docker images. A repository stores multiple versions of the same Docker image.
A registry is a storage for Docker images. A repository stores multiple versions of the same Docker image.
How do you ensure data security?
Docker images that you push to Container Registry are stored in fault-tolerant storage in three geographically distributed availability zones. All data in storage is automatically replicated. The service is subject to the SLA: 99.95%.
Docker images that you push to Container Registry are stored in fault-tolerant storage in three geographically distributed availability zones. All data in storage is automatically replicated. The service is subject to the SLA: 99.95%.
Are Windows containers supported?
Yes.
Yes.
How do I integrate Yandex Managed Service for Kubernetes and Container Registry?
Use a service account for nodes with the container-registry.images.puller role.
Use a service account for nodes with the container-registry.images.puller role.
Is it possible to integrate Gitlab with Container Registry?
Yes. For more information about how to do this, see scenarios for continuous deployment of containerized applications using GitLab. You can similarly integrate any other CI/CD tool.
Yes. For more information about how to do this, see scenarios for continuous deployment of containerized applications using GitLab. You can similarly integrate any other CI/CD tool.