Open
Description
Describe the feature you'd like to have
Recently published Docker 23.0.0 added CSI support for Swarm mode so it is possible to use CSI drivers with it but they have to be packaged as Docker plugin.
What is the value to the end user? (why is it a priority?)
Docker Swarm users would gain the ability to use ceph in Docker Swarm via CSI instead of relying on bind mounting volumes.
How will we know we have a good solution? (acceptance criteria)
- Packaged the CSI driver for Docker.
- Able to create a cluster volume via the docker cli
Additional context
You can find more information here. Hetzner CSI has already merged a PR that adds support