You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: