Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a docker for this? i ran in ubuntu 18.04 and got this error #569

Open
gitmko0 opened this issue Oct 16, 2020 · 3 comments
Open

Comments

@gitmko0
Copy link

gitmko0 commented Oct 16, 2020

2020/10/16 17:45:55.482927 main.FATAL Unable to mount file system, see syslog for details

@dotslash
Copy link
Contributor

Did you install fuse in the container?

@juliantrue
Copy link

I had this error also. Fixed it by running in a privileged container via adding the --privileged flag on the docker run command.

@dotslash
Copy link
Contributor

Yep. When fuse is involved, I run them with --previleged.

Looks like there are less intrusive ways (I haven't tried them myself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants