mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 21:44:22 +01:00
"inline-virtio-fs" is newly supported by kata 3.0 as a "shared_fs" type, it should be described in configuration file. "inline-virtio-fs" is the same as "virtio-fs", but it is running in the same process of shim, does not need an external virtiofsd process. Fixes: #5102 Signed-off-by: Bin Liu <bin@hyper.sh>