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
    • Yandex SIEM
    • 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 Solution
  • Comparison with other Yandex Cloud services
  • Getting started
  • Pricing policy
  • Container Optimized Image releases
  • FAQ
  • Troubleshooting

FAQ about Container Solution

Written by
Yandex Cloud
Updated at March 14, 2025
View in Markdown

How do I perform auto updates based on immutable tags?How do I perform auto updates based on immutable tags?

Updating a Docker container will not work with tags that persist from version to version. We recommend using a new tag for each Docker image.

Getting startedGetting started

Using tags that persist from version to version has multiple disadvantages:

  • When an issue occurs, finding its source is difficult if multiple identical VMs have the same tag but various code.
  • A VM cluster can be heterogeneous, e.g., if one VM has restarted and updated a Docker image.
  • It is difficult to distinguish between Docker image versions on a VM.

Unable to create a Docker container. Why is that?Unable to create a Docker container. Why is that?

Warning

The Docker Compose specification does not support the build instruction: Make sure to build a Docker image beforehand. In addition, the Docker Compose spec should not contain any links to other files, as the VM does not get these.

  • Make sure the Docker image name is correct.
  • Make sure the service account linked to the VM has the container-registry.images.puller permissions for the appropriate Docker image.
  • Make sure the VM has internet access.
  • You can also view log errors by running the sudo journalctl -eu yc-container-daemon command on the VM.

How can I close a port for public access and leave it accessible within the network?How can I close a port for public access and leave it accessible within the network?

  • When using a standard Container Optimized Image, i.e., one Docker container configured using parameters, all ports that are open in the container will also be open on the host.
  • If you need other network settings for Docker containers, you can employ them using a Container Optimized Image with the Docker Compose spec.
  • To make your Docker container port open on the host while disabling internet access, you can use security groups.

Was the article helpful?

Previous
Container Optimized Image releases
Next
Troubleshooting
© 2026 Direct Cursus Technology L.L.C.