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 <dqminh89@gmail.com>
This commit is contained in:
parent
579548a46e
commit
279c3c095c
|
@ -8,7 +8,7 @@ The Linux container specification uses various kernel features like namespaces,
|
|||
The Linux ABI includes both syscalls and several special file paths.
|
||||
Applications expecting a Linux environment will very likely expect these file paths to be setup correctly.
|
||||
|
||||
The following filesystems MUST be made available in each container's filesystem:
|
||||
The following filesystems SHOULD be made available in each container's filesystem:
|
||||
|
||||
| Path | Type |
|
||||
| -------- | ------ |
|
||||
|
|
Loading…
Reference in New Issue