Use filesystem instead of file system

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang 2016-08-12 00:00:00 -04:00
parent c9c25740df
commit d0b0ac224f
2 changed files with 3 additions and 3 deletions

View File

@ -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.