Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

Troubleshooting in Container Registry

Written by
Yandex Cloud
Updated at August 3, 2026
View in Markdown

Below is a list of common issues and their fixes:

  • docker login is not supported with yc credential helper

    Why you got this error: If using a Docker credential helper, you cannot get authenticated in Container Registry with docker login. You may also get the same error in Container Optimized Image where a credential helper is used for authentication on behalf of a service account associated with the VM.

    How to fix it: Get authenticated in the registry using a Docker credential helper or disable the Docker credential helper.

  • Got permission denied while trying to connect to the Docker daemon socket

    Why you got this error: By default, the Docker daemon requires root permissions to run commands.

    How to fix it: Run commands using sudo or configure permissions for other OS users.

  • name unknown: Registry <...> not found

    Why you got this error: Registry ID is missing or invalid. When using Docker CLI commands, specify the full Docker image name, including the registry ID. For more information, see Repository in Container Registry.

    How to fix it: View the registry list to make sure your unique registry ID is valid.

  • Error response from daemon: pull access denied for <cr.yandex/registry_ID/Docker_image_name>, repository does not exist or may require 'docker login': denied: Permission denied ; requestId = <request_ID>

    Why you got this error: IP address sending the pull Docker image request has no PULL permissions.

    How to fix it: Add allow rules for this IP address in the registry settings, or remove all rules and try again.

  • InvalidImageName

    Why you got this error: Invalid Docker image name.

    How to fix it: Repository name must be a URI that includes the Docker image name. The Docker image name must follow a specific format. For more information, see the OCI Distribution Specification.

  • invalid reference format

    Why you got this error: Invalid Docker image tag.

    How to fix it: Repository name must be a URI that includes the Docker image tag. The Docker image tag must follow a specific format. For more information, see the OCI Distribution Specification.

  • Error response from daemon: unauthorized: Authentication problem ; requestId = <request_ID>

    unauthorized: Authentication problem ; requestId = <request_ID>

    Why you got this error:

    • You are trying to pull or push a Docker image to Container Registry, but you are not authenticated. To perform operations with images in Container Registry, you need to get authenticated first.
    • Docker cannot run docker-credential-yc, e.g., because the path to the executable is missing from the PATH environment variable.

    How to fix it:

    • Get authenticated in Container Registry.
    • Make sure the yc executable file path has been added to the PATH environment variable.
  • Permission denied

    Why you got this error: Not enough permissions to perform the operation.

    How to fix it: Make sure the service account or user performing the operation has the required roles.

Was the article helpful?

Previous
Audit Trails events
Next
FAQ
© 2026 Direct Cursus Technology L.L.C.