Skip to content

fuse: mount failed: Permission denied #1

@masnagam

Description

@masnagam

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions