Open goodevilgenius opened 4 years ago
Same issue here this time with encfs (also fuse)
Suspect it's a docker and fuse problem
ERROR: for mq Cannot start service mq: error while creating mount source path '/home/dav/work/dec/code/...[client and project obscured]': mkdir /home/dav/work/dec: file exists
This is important as I am maintaining client source code and in case of laptop theft I want to keep the code in an encrypted area.
This issue hasn't been looked or commented on since Feb 18 - is anyone bothered?
docker-19.03.11_ce-lp152.1.1.x86_64
on openSuSE.
Raised https://github.com/docker/for-linux/issues/1090 for more general docker/fuse - reused your testcase.
See comments on my issue, using --public with encfs solves it, maybe there is something similar for unionfs and allowing other users?
This is somewhat similar to an issue reported on the docker/for-win repo (https://github.com/docker/for-win/issues/710), but I had this issue on Linux.
I had a folder on my host, which was a unionfs-fuse mountpoint. I wanted to mount this folder into a docker container.
Expected behavior
Should be able to mount a folder that is, itself, a unionfs mountpoint within a docker image.
Actual behavior
error while creating mount source path
Steps to reproduce the behavior
My
docker-compose.yml
contains:I get this error:
Output of
docker version
:Output of
docker info
: