Skip to content

Commit 279c3c0

Browse files
committed
linux: relax filesystem requirements for container
change MUST to SHOULD so containers are not required to have all these filesystems mounted. Signed-off-by: Daniel Dao <[email protected]>
1 parent 579548a commit 279c3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Linux container specification uses various kernel features like namespaces,
88
The Linux ABI includes both syscalls and several special file paths.
99
Applications expecting a Linux environment will very likely expect these file paths to be setup correctly.
1010

11-
The following filesystems MUST be made available in each container's filesystem:
11+
The following filesystems SHOULD be made available in each container's filesystem:
1212

1313
| Path | Type |
1414
| -------- | ------ |

0 commit comments

Comments
 (0)