fs: mount namespace within runsc doesn't seem to work #221
Labels
area: compatibility
Issue related to (Linux) kernel compatibility
area: filesystem
Issue related to filesystem
priority: p2
Normal priority
type: enhancement
New feature or request
From @AkihiroSuda here.
The context is that he has been looking into running BuildKit on UML/gVisor on Docker on real Linux kernel. And BuiltKit needs to invoke runc or gVisor. As running runc may require more syscalls (and options) to be supported, he thought BuildKit could run by replacing runc with
unshare -m chroot
if gVisor supports it.Before going down this path, he got stuck with the lack of MS_BIND|MS_REC support which should be tracked in #179.
The text was updated successfully, but these errors were encountered: