Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 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 October 21, 2024

See below for a list of common issues and their fixes:

  • docker login is not supported with yc credential helper

    Why you got this error: If you are using a Docker credential helper, you cannot get authenticated in Container Registry with docker login. You may also see the same error in Container Optimized Image where a credential helper is used for authentication as a service account linked to a 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, you must specify the full name of a Docker image, including the registry ID. For more information, see Repository in Container Registry.

    How to fix it: View the registry list to check 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 rules that allow pulling images from this IP address in the registry settings or delete all rules and try again.

  • 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.

    How to fix it: Get authenticated in Container Registry.

Was the article helpful?

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