vaultfs icon indicating copy to clipboard operation
vaultfs copied to clipboard

Vault filesystem (and Docker volume plugin)

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

Getting the following when trying to use vaultfs on MacOS Sierra. Before I installed vaultfs, I ran `brew cask install osxfuse` and rebooted my machine. ``` vaultfs mount ~/vault/ \...

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

Hello all, I'm attempting to follow the instructions in the README. However, if I mount vaultfs on a docker container, it's as though the container is empty. (This is on...

The package "github.com/docker/go-plugins-helpers/volume" extended the Driver Interface to have a "Capabilities" method that tells docker whether the volume keeps data on the host or in the container. I added the...

On centos, vaultfs mount exits with error=bad file descriptor even though the volume unmounts fine on exit.