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
    • Start testing with double trial credits
    • 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 Solution
  • Comparison with other Yandex Cloud services
  • Getting started
    • Container Optimized Image
    • Working with disks
    • Working with the network
    • Docker image
    • Policies for restarting a Docker container
    • Docker container specifications
    • Quotas and limits
  • Pricing policy
  • Container Optimized Image releases
  • FAQ
  • Troubleshooting
  1. Concepts
  2. Docker image

Docker image

Written by
Yandex Cloud
Updated at April 18, 2025

When creating a Container Optimized Image VM, you can specify the Docker image for launching a Docker container.

You can pull this Docker image from the public Docker image registry or Yandex Container Registry. Accessing the Docker image through the Container Registry involves the service account linked to the VM. A Container Optimized Image in the Container Registry may get updates and changes along with new releases. However, such releases will not automatically update the VM image to the latest version.

Examples of Docker image names for various registries:

  • Docker Hub: ubuntu:16.04.
  • Container Registry: cr.yandex/<registry_ID>/ubuntu:16.04.

Use cases

  • Transferring logs from Container Optimized Image to Yandex Cloud Logging
  • Running a containerized app in Yandex Serverless Containers
  • Creating a VM from a Container Optimized Image with multiple Docker containers
  • Configuring data output from a Docker container to a serial port

Was the article helpful?

Previous
Working with the network
Next
Policies for restarting a Docker container
© 2025 Direct Cursus Technology L.L.C.