mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-13 22:06:49 +00:00
The path modify the configuration for the runC container. There have three changes for the configuration. 1、args [ "sh" ]: this is an example parameter and when the VM is started, the parameter will be replaced by the launch_UOS script. 2、The linux capabilities will guarantee the Acrn-dm have enough capabilities to run in container. For more infomation about the capalility you can refer http://man7.org/linux/man-pages/man7/capabilities.7.htm 3、Move the rootfs to the parent directory, so all the container can share the same rootfs. Tracked-On: projectacrn#2020 Signed-off-by: Long Liu <long.liu@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
log | ||
samples | ||
MAINTAINERS | ||
Makefile | ||
README.rst |
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/