docker-volume-netshare icon indicating copy to clipboard operation
docker-volume-netshare copied to clipboard

Support Docker 1.13+ Plugin API

Open gondor opened this issue 7 years ago • 9 comments

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.

gondor avatar Feb 13 '17 07:02 gondor

Is there some progress on this (maybe some branch elsewhere)?

ricardogsilva avatar Apr 20 '17 14:04 ricardogsilva

Any news on this? :)

jippi avatar Jun 19 '17 02:06 jippi

this is fork, that has this issue solved.

frimdo avatar Jul 14 '17 09:07 frimdo

As this issue states all needed support for V2 Plugin, https://github.com/wanghaibo/volume-netshare-plugin/issues/2 is relevant as well.

gcavalcante8808 avatar Oct 12 '17 13:10 gcavalcante8808

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 avatar Mar 15 '18 17:03 trajano

@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.

xkrt avatar Mar 30 '18 11:03 xkrt

I haven't completed it yet. But someone already created it https://github.com/wanghaibo/volume-netshare-plugin

trajano avatar Mar 30 '18 17:03 trajano

@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.

trajano avatar Apr 09 '18 04:04 trajano

Any update on this issue (with NFS)?

darron1217 avatar May 28 '18 12:05 darron1217