docker-volume-netshare
docker-volume-netshare copied to clipboard
Support Docker 1.13+ Plugin API
This is to track the refactoring and support for the evolved Docker plugin API. This will allow you to install the plugin via the docker plugin
based commands and support for enhancements to the original API.
Is there some progress on this (maybe some branch elsewhere)?
Any news on this? :)
this is fork, that has this issue solved.
As this issue states all needed support for V2 Plugin, https://github.com/wanghaibo/volume-netshare-plugin/issues/2 is relevant as well.
I started to take a stab at this, it is based on https://github.com/wanghaibo/volume-netshare-plugin work, but I made it so that it is built on top of the existing code base and creates multiple plugins one for each connector type. I created PR #158 for this, but it is having some issues with the travis portion of the build.
@trajano can you publish this separate plugins to docker hub, please? I interested in cifs and nfs. I want to just run docker plugin install trajano/netshare-cifs:0.35
. I have some strange issues with building this repo in my environment.
I haven't completed it yet. But someone already created it https://github.com/wanghaibo/volume-netshare-plugin
@xkrt i stopped using this plugin, I did make my own though https://hub.docker.com/r/trajano/cifs-volume-plugin/ and https://hub.docker.com/r/trajano/glusterfs-volume-plugin/ both are managed plugins (but only support managed plugins)
I don't have NFS as of yet. But I am making a version of my plugin that supports any arbitrary mount command so long as it is supported by CentOS.
Any update on this issue (with NFS)?