disable-shiftfs-on-fuse?
I am using coder on Kubernetes with envbox
While on the outer__container the mount works just fine and it it correctly mounted as
In theinner__container I see the mount being mounted with
this flag in sysbox caught my attention:
https://github.com/nestybox/sysbox/blob/46ba726e8e894aa22e20465a32d22dfa2863ec12/scr/sysbox#L411
How can I pass that flag?
