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

How to #13

Closed
yarmenti opened this issue Mar 16, 2016 · 3 comments
Closed

How to #13

yarmenti opened this issue Mar 16, 2016 · 3 comments

Comments

@yarmenti
Copy link

Hello,

I'd like to run a container which mount some folder by sshfs and share it via a volume.
I succeeded mounting the files in a directory inside the container (say /data/), but from my host, I can't see anything (running my docker container with -v /home/user/data:/data/).

Is it possible?

Thanks

@Nikratio
Copy link
Contributor

This isn't a bug in sshfs, so please use the mailing list. As to your question: you may have to disable mount namespaces for the container, or try the -o allow_other option.

@yarmenti
Copy link
Author

I don't see the mailing list here in Github; this is the reason I posted here.
Thanks, I'll try.

@Nikratio
Copy link
Contributor

Use the fuse mailing list, your problem is not sshfs specific. Sorry, forgot to mention that.

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