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

Error on startup #4

Open
runabol opened this issue Aug 11, 2017 · 1 comment
Open

Error on startup #4

runabol opened this issue Aug 11, 2017 · 1 comment

Comments

@runabol
Copy link

runabol commented Aug 11, 2017

docker run -it --rm -e AWS_ACCESS_KEY_ID=XXXXXX \
  -e AWS_SECRET_ACCESS_KEY=XXXXXX \
  -e S3_BUCKET=my-bucket \
  rjocoleman/alpine-s3fs:latest 

IAM_ROLE is not set - mounting S3 with credentials from ENV
fuse: device not found, try 'modprobe fuse' first
@akosel
Copy link

akosel commented Dec 5, 2017

You need to add a few options:

--cap-add SYS_ADMIN --device /dev/fuse

See reference to running fuse filesystem here: https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities

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

2 participants