You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-linux.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,25 @@ uid/gid mappings describe the user namespace mappings from the host to the conta
49
49
The mappings represent how the bundle `rootfs` expects the user namespace to be setup and the runtime SHOULD NOT modify the permissions on the rootfs to realize the mapping.
50
50
*hostID* is the starting uid/gid on the host to be mapped to *containerID* which is the starting uid/gid in the container and *size* refers to the number of ids to be mapped.
51
51
There is a limit of 5 mappings which is the Linux kernel hard limit.
52
+
53
+
## Default Devices and File Systems
54
+
55
+
The Linux ABI includes both syscalls and several special file paths.
56
+
Applications expecting a Linux environment will very likely expect these files paths to be setup correctly.
57
+
58
+
The following devices and filesystems MUST be made available in each application's filesystem
0 commit comments