Hi,
I am trying to get vaultfs by running go get command but I get the error as below.
github.com/asteris-llc/vaultfs/cmd
/root/.gvm/pkgsets/go1.7/global/src/github.com/asteris-llc/vaultfs/cmd/docker.go:63: cannot use driver (type docker.Driver) as type volume.Driver in argument to volume.NewHandler:
docker.Driver does not implement volume.Driver (missing Capabilities method)
I am using go1.7 as it is advised.
Thanks in advance.
Hi, I am trying to get vaultfs by running go get command but I get the error as below.
github.com/asteris-llc/vaultfs/cmd /root/.gvm/pkgsets/go1.7/global/src/github.com/asteris-llc/vaultfs/cmd/docker.go:63: cannot use driver (type docker.Driver) as type volume.Driver in argument to volume.NewHandler: docker.Driver does not implement volume.Driver (missing Capabilities method)
I am using go1.7 as it is advised. Thanks in advance.