Skip to content

Commit 6865210

Browse files
liudlongwenlingz
authored andcommitted
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 <long.liu@intel.com> Reviewed-by: Yu Wang <yu1.wang@intel.com>
1 parent 55cb777 commit 6865210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicemodel/samples/apl-mrb/runC.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
}
225225
},
226226
"root": {
227-
"path": "rootfs",
227+
"path": "../rootfs",
228228
"readonly": false
229229
},
230230
"hostname": "runc",

0 commit comments

Comments
 (0)