Open stowns opened 7 years ago
No hints to this yet?
The docker volume library has been refactored.
It appears to now be broken down into more specific structures
For the benefit of others running into this issue, you can find a refactored version - for new API - here: https://github.com/netixx/docker-volume-netshare
go get github.com/ContainX/docker-volume-netshare
cd $GOPATH/src/github.com/ContainX/docker-volume-netshare/
git remote add fork https://github.com/netixx/docker-volume-netshare
git pull fork master
go build
I don't see any errors here... I'm using CentOS Linux release 7.5.1804 (Core) , go version go1.9.4 linux/amd64 and docker-volume-netshare 0.35
Following the building source instructions listed here: Getting Started
I have run
export GO15VENDOREXPERIMENT=1
andgo get -v github.com/ContainX/depcon
but the following error arises when attemptinggo get github.com/ContainX/docker-volume-netshare