This document provides a summary of a presentation about using Docker volume plugins with OpenStack Cinder block storage.
The presentation discusses:
1. The speaker introducing themselves and their background with OpenStack Cinder.
2. An overview of the Docker volume plugin API and how the speaker created a Cinder volume plugin in Golang to provide block storage to Docker containers.
3. A demonstration of deploying a sample web application on a Docker Swarm cluster using the Cinder volume plugin to persist Redis data, showing how storage can be provided to containers across nodes.