Use filesystem instead of file system
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
c9c25740df
commit
d0b0ac224f
|
@ -3,7 +3,7 @@
|
||||||
This document describes the schema for the [Linux-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md).
|
This document describes the schema for the [Linux-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md).
|
||||||
The Linux container specification uses various kernel features like namespaces, cgroups, capabilities, LSM, and filesystem jails to fulfill the spec.
|
The Linux container specification uses various kernel features like namespaces, cgroups, capabilities, LSM, and filesystem jails to fulfill the spec.
|
||||||
|
|
||||||
## Default File Systems
|
## Default Filesystems
|
||||||
|
|
||||||
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 files paths to be setup correctly.
|
Applications expecting a Linux environment will very likely expect these files paths to be setup correctly.
|
||||||
|
|
Loading…
Reference in New Issue