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: VolumeDriver.Mount: exit status 1%!(EXTRA []interface {}=[]).
This may be connected with this issue and this issue
(Reproduced on Mac OS Catalina 10.15.7, Docker version 20.10.10, latest version of bindfs plugin)
When I run:
I experience:
This may be connected with this issue and this issue
(Reproduced on Mac OS Catalina 10.15.7, Docker version 20.10.10, latest version of bindfs plugin)