This repository was archived by the owner on May 12, 2021. It is now read-only.

Description
Description of problem
Local storage adds the ability to provision a directory inside the VM which can then be mounted into one or more containers inside the VM.
This is useful for Kubernetes emptyDir, where we can provision an ephemeral directory inside the VM and share it between containers.
This issue is related to kata-containers/runtime#1472