You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Some of this may not be in scope for this repository; if so, please point to the appropriate place to report the rest.)
The kernel version that Lambda uses has support for mounting FUSE filesystems in a user namespace, if FUSE is enabled. (This was added in Linux 4.18.) This would enable many, many use cases, including using AWS's mountpoint software for S3, and other useful types of shared filesystems.
(Some of this may not be in scope for this repository; if so, please point to the appropriate place to report the rest.)
The kernel version that Lambda uses has support for mounting FUSE filesystems in a user namespace, if FUSE is enabled. (This was added in Linux 4.18.) This would enable many, many use cases, including using AWS's
mountpoint
software for S3, and other useful types of shared filesystems.Enabling this would require:
provided.
linux runtimes #143)/dev/fuse
character deviceThe text was updated successfully, but these errors were encountered: