Home Explore Blog CI



docker

1st chunk of `content/includes/compose/volumes.md`
59c8e8bfb41bfccd9a270c1d85637d00a4bfd84b5126da7b0000000100000138
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. 

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.