Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACRN: dm: Modify the runC.json for NUC. #3327

Merged
merged 1 commit into from Jun 26, 2019
Merged

ACRN: dm: Modify the runC.json for NUC. #3327

merged 1 commit into from Jun 26, 2019

Conversation

liudlong
Copy link
Contributor

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: #2020
Signed-off-by: Long Liu long.liu@intel.com
Reviewed-by: Binbin Wu binbin.wu@intel.com

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: #2020
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
@ghost
Copy link

ghost commented Jun 26, 2019

No new violations to the coding guideline detected.
No New Name Conflict

No New Function Declaration/Definition Mismatch

@acrnsi acrnsi added the Auto_Merge_Pass it is ready to merge label Jun 26, 2019
@NanlinXie NanlinXie added this to the v1.1 milestone Jun 26, 2019
@acrnsi acrnsi merged commit 7176e81 into projectacrn:master Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants