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

Unable to use fuse bases filesystems inside container #13

Open
rkoster opened this issue Aug 6, 2015 · 0 comments
Open

Unable to use fuse bases filesystems inside container #13

rkoster opened this issue Aug 6, 2015 · 0 comments

Comments

@rkoster
Copy link

rkoster commented Aug 6, 2015

While trying to use a fuse based filesystem I found a difference between the permissions inside the docker container spawned by cloudrocker vs the permissions in the warden based container.

# cloudrocker
> ls -la /dev/fuse
c--------- 1 root root 10, 229 Aug  6 21:57 /dev/fuse

# cloudfoundry
> ls -la /dev/fuse
crw-rw-rw- 1 root fuse 10, 229 2015-07-05 15:22 /dev/fuse

Which results in fuse: failed to open /dev/fuse: Permission denied in the cloudrocker environment.

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

1 participant