We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dlite --version
dlite version 2.0.0-beta8
$ dlite ssh $ lsmod | grep fuse && echo has fuse || echo no fuse has fuse
$ dlite ssh $ lsmod | grep fuse && echo has fuse || echo no fuse no fuse
$ dlite ssh $ lsmod | grep fuse && echo has fuse || echo no fuse
Allow the use of fuse kernel extensions in container. This seems to be the only way to enable usage of images like xueshanf/s3fs.
xueshanf/s3fs
Please let me know if there are other ways to go about it.
The text was updated successfully, but these errors were encountered:
fair enough! i can add it
Sorry, something went wrong.
No branches or pull requests
Bug Reports
dlite --version
):Feature Requests
Allow the use of fuse kernel extensions in container. This seems to be the only way to enable usage of images like
xueshanf/s3fs
.Please let me know if there are other ways to go about it.
The text was updated successfully, but these errors were encountered: