Home Explore Blog CI



docker

content/includes/compose/volumes.md
b3187ceab36ae709aa3dec9050f0c5f07aefadc5d17275dc0000000300000138
Volumes are persistent data stores implemented by the container engine. Compose offers a neutral way for services to mount volumes, and configuration parameters to allocate them to infrastructure. The top-level `volumes` declaration lets you configure named volumes that can be reused across multiple services. 

Chunks
59c8e8bf (1st chunk of `content/includes/compose/volumes.md`)
Title: Introduction to Volumes in Docker Compose
Summary
This section introduces volumes in Docker Compose, explaining that they are persistent data stores managed by the container engine. Compose provides a way for services to mount volumes and configure their allocation. The `volumes` declaration is used to define reusable named volumes.