Open joeduffy opened 8 years ago
We haven't kept pace with the evolution of the VolumeDriver API:
https://docs.docker.com/engine/extend/plugins_volume/#/volume-plugin-protocol
Namely, we should support Get and List from Docker 1.10 and Capabilities from 1.12.
Get
List
Capabilities
We haven't kept pace with the evolution of the VolumeDriver API:
https://docs.docker.com/engine/extend/plugins_volume/#/volume-plugin-protocol
Namely, we should support
Get
andList
from Docker 1.10 andCapabilities
from 1.12.