mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 04:50:55 +00:00
The patch changes runC container's default rootfs directory. In the patch change the rootfs to runC bundle's parent directory. Because in ACRN we map SOS rootfs to container so the rootfs is an empty directory, after move it to parent directory all the container can share the same rootfs. Tracked-On: #2020 Signed-off-by: Long Liu <long.liu@intel.com> Reviewed-by: Yu Wang <yu1.wang@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/