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

add possibilities to add capabilities and devices to docker container #2

Closed
wants to merge 1 commit into from

Conversation

oeN
Copy link

@oeN oeN commented Oct 15, 2015

I have to run a container that use fuse to mount an AWS S3 bucket with:
https://github.com/s3fs-fuse/s3fs-fuse

But to use fuse with docker, the container needs additional capabilities and access to /dev/fuse on host machine.

In this issue moby/moby#514 they used 2 ways to solve this problem:

  • Fake the fuse installation to not use /dev/fuse
  • Run the container as --privileged (perhaps too excessive)

But according also with this user (https://github.com/xueshanf/docker-s3fs) we "only" need two additional capabilities (mknod, sys_admin) and the access to /dev/fuse

Thanks

@intinig
Copy link
Owner

intinig commented Mar 29, 2016

Is this still relevant?

@oeN
Copy link
Author

oeN commented Mar 31, 2016

no :)

@intinig intinig closed this Apr 26, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants