docker-volume-bindfs
docker-volume-bindfs copied to clipboard
Docker volume plugin for bindfs
Hello, I used this plugin quite a long time but unfortunately I don't get it to run on an updated machine. I use Ubuntu on a normal desktop PC. Nothing...
@lebokus Firstly, thanks for this plugin. :) In the docker logs (using docker in docker), I see logs of examples of ``` time="2021-08-24T17:18:47Z" level=error msg="2021/08/24 17:18:47 Entering go-plugins-helpers getPath" plugin=61cd6bca634b9df27c29b4c824873d3afa87ab0dedb49b8149cfd3570579ff6c...
When I run: ``` docker volume create --driver lebokus/bindfs:latest -o sourcePath=$PWD -o map=$UID/1000:@$UID/@1000 some_volume > /dev/null docker run -v some_volume:/home/ ubuntu:20.04 ``` I experience: ``` docker: Error response from daemon:...
Cool plugin! Reading through the code, it looks like the `driver_opts` (other than `sourcePath`) translate directly to the options passed into [bindfs (1)](https://bindfs.org/docs/bindfs.1.html). Would be good to document that in...
When I the same container with the same source directory using this plugin twice, the source directory on the host is removed. There is forked version of this plugin (https://github.com/StudioEtrange/docker-volume-bindfs.)...