RFE: Suppot Docker v2 Plugins
e4jet opened this issue · 4 comments
e4jet commented
dory should support gathering plugin information from docker to detect the path to the socket file.
datamattsson commented
Could this somehow be done dynamically?
Example:
{
"dockerVolumePluginSocketPath": "nimble:latest"
}
If dockerVolumePluginSocketPath
isn't a an absolute path, query the Docker API for plugin ID and get the socket?
e4jet commented
Yes, that's is the idea.