dvdcli icon indicating copy to clipboard operation
dvdcli copied to clipboard

A tool for exposing native Docker Volume Driver functionality through a CLI

Results 6 dvdcli issues
Sort by recently updated
recently updated
newest added

Looks like the bintray URLs no longer work. Getting a "Forbidden!" message for all releases.

I thought I would ask before I tried this ... If I have a docker plugin on Docker >1.13 (installed via "docker plugin install ...."), would dvdcli work with this...

You might want to include a note in your install instructions that the directory /etc/docker/plugins and/or /usr/lib/docker/plugins need to be in the group 'docker' if you want to use dvdcli...

Is this broken? Docker verison: 17.05.0-ce, build 89658be RexRax: v0.9.1 DVDCLI: Stable ``` dvdcli create --volumedriver=rexray/ebs --volumename=test123456789 --volumeopts=size=5 --volumeopts=iops=150 --volumeopts=volumetype=io1 --volumeopts=newFsType=ext4 --volumeopts=overwritefs=true ``` Results in: ``` WARN[0000] Unable to locate...