-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following error occurs when mounting a folder in a client container onto a worker container running on a remote Linux machine:
worker:22022: Mounting the proj directory...
+ ssh -p 22022 worker sshfs -p 22022 client:/proj /proj
Warning: Permanently added '[worker]:22022,[x.x.x.x]:22022' (ECDSA) to the list of known hosts.
fuse: mount failed: Permission denied
Launching the worker container with --privileged seems to solve this error, but capabilities should be minimized as much as possible in the security point of view.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working