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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Tutorials
    • All tutorials
    • Architecture and protection of a basic internet service
    • Cost analysis by resource using Object Storage
      • Getting started with Terraform
      • Terraform data sources
      • Uploading Terraform states to Object Storage
      • Getting started with Packer
      • Building a VM image with infrastructure tools using Packer
      • Locking Terraform states using Managed Service for YDB
      • Using Yandex Cloud modules in Terraform
      • Creating a VM and an instance group with a Container Optimized Image using Terraform
        • Overview
        • Management console, CLI, and API
        • Terraform
      • Transferring logs through Unified Agent HTTP input to Cloud Logging
      • Running the DeepSeek-R1 language model in a Compute Cloud GPU cluster
  1. Basic infrastructure
  2. Tools
  3. Running a Docker image on a VM
  4. Overview

Running a Docker image on a VM

Written by
Yandex Cloud
Updated at July 31, 2024

Docker is an open-source platform for developing, shipping, and running applications. Docker allows you to separate your app from its dependencies in a container, which you can use to run the application in any compatible environment.

In this tutorial, you will learn how to run a Docker image on a Yandex Compute Cloud VM using a Yandex Container Registry registry.

You can run a Docker image on a VM using these tools:

  • Management console, CLI, and API: Use the Yandex Cloud management console, CLI, or API to create your infrastructure step-by-step.
  • Terraform: Streamline creating and managing your resources using the infrastructure as code (IaC) approach. Download a Terraform configuration example and then deploy the infrastructure using the Yandex Cloud Terraform provider.

Was the article helpful?

Previous
Creating a VM and an instance group with a Container Optimized Image using Terraform
Next
Management console, CLI, and API
Yandex project
© 2025 Yandex.Cloud LLC