Skip to content

Commit c66adcc

Browse files
authored
Merge pull request #529 from coolljt0725/fix_typo
Use filesystem instead of file system
2 parents c9c2574 + d0b0ac2 commit c66adcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This section defines a format for encoding a container as a *filesystem bundle* - a set of files organized in a certain way, and containing all the necessary data and metadata for any compliant runtime to perform all standard operations against it.
66
See also [OS X application bundles](http://en.wikipedia.org/wiki/Bundle_%28OS_X%29) for a similar use of the term *bundle*.
77

8-
The definition of a bundle is only concerned with how a container, and its configuration data, are stored on a local file system so that it can be consumed by a compliant runtime.
8+
The definition of a bundle is only concerned with how a container, and its configuration data, are stored on a local filesystem so that it can be consumed by a compliant runtime.
99

1010
A Standard Container bundle contains all the information needed to load and run a container.
1111
This MUST include the following artifacts:

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Linux-specific Container Configuration
22

33
This document describes the schema for the [Linux-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md).
4-
The Linux container specification uses various kernel features like namespaces, cgroups, capabilities, LSM, and file system jails to fulfill the spec.
4+
The Linux container specification uses various kernel features like namespaces, cgroups, capabilities, LSM, and filesystem jails to fulfill the spec.
55

6-
## Default File Systems
6+
## Default Filesystems
77

88
The Linux ABI includes both syscalls and several special file paths.
99
Applications expecting a Linux environment will very likely expect these files paths to be setup correctly.

0 commit comments

Comments
 (0)