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
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
    • Overview
    • Docker image
    • Docker volume
    • Registry
    • Repository
    • Docker image lifecycle policy
    • Vulnerability scanner
    • Cloud Functions trigger
    • Backups
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • Volumes and Docker Compose
  • Use cases
  1. Concepts
  2. Docker volume

Docker volume in Container Registry

Written by
Yandex Cloud
Updated at April 18, 2025
  • Volumes and Docker Compose
  • Use cases

A Docker volume is a tool for the permanent storage of information on a VM instance. The data in the volume is stored independently of containers. If you delete a container, both its volumes and data will persist. Deleting a volume is a separate operation.

Volumes and Docker ComposeVolumes and Docker Compose

You can use Docker Compose to create and manage multiple volumes. When docker-compose up is called for the first time, the described volumes will be created. These volumes will be used in subsequent calls.

If you run a container that creates a new volume, the content from the mount folder will be copied to the volume. Containers that have mounted the volume will gain access to the volume data.

Use casesUse cases

  • Running external agents for load testing

Was the article helpful?

Previous
Docker image
Next
Registry
Yandex project
© 2025 Yandex.Cloud LLC