nlf / dlite

The simplest way to use Docker on OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include fuse extension in VM

kizzx2 opened this issue · comments

Bug Reports

  • dlite version in use (run dlite --version):
dlite version 2.0.0-beta8
  • expected behavior:
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
has fuse
  • actual behavior:
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
no fuse
  • steps to reproduce
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse

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.

commented

fair enough! i can add it