Merge pull request #666 from dqminh/container-filesystem
linux: relax filesystem requirements for container
This commit is contained in:
commit
7278567eb2
|
@ -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.
|
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.
|
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 |
|
| Path | Type |
|
||||||
| -------- | ------ |
|
| -------- | ------ |
|
||||||
|
|
Loading…
Reference in New Issue