Is there a way to intercept the VM’s filesystem calls?
I see the Go Client has a MountConfig option type memory/real_fs/overlay_fs, but I’d like to intercept all the operations to the mount point.
Could we pass a io.FS or similar as a MountPoint to be able to intercept vfs ops?
Could be for logging, fault injection, or possibly even writing alternative vfs implementations.
Is there a way to intercept the VM’s filesystem calls?
I see the Go Client has a MountConfig option type memory/real_fs/overlay_fs, but I’d like to intercept all the operations to the mount point.
Could we pass a io.FS or similar as a MountPoint to be able to intercept vfs ops?
Could be for logging, fault injection, or possibly even writing alternative vfs implementations.