From 68652104939eb5f248d624af6b1e7ef176908191 Mon Sep 17 00:00:00 2001 From: Long Liu Date: Thu, 14 Feb 2019 14:49:00 +0800 Subject: [PATCH] ACRN: dm: Modify runC default rootfs directory 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 Reviewed-by: Yu Wang --- devicemodel/samples/apl-mrb/runC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/apl-mrb/runC.json b/devicemodel/samples/apl-mrb/runC.json index 5bb53270b..a785c4b7c 100644 --- a/devicemodel/samples/apl-mrb/runC.json +++ b/devicemodel/samples/apl-mrb/runC.json @@ -224,7 +224,7 @@ } }, "root": { - "path": "rootfs", + "path": "../rootfs", "readonly": false }, "hostname": "runc",