You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The following error occurs when mounting a folder in a client container onto a worker container running on a remote Linux machine:
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.The text was updated successfully, but these errors were encountered: