Skip to content

Commit f37cd3a

Browse files
committed
Fix some typos
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
1 parent 81888fe commit f37cd3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The Linux container specification uses various kernel features like namespaces,
66
## Default Filesystems
77

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

11-
The following filesystems MUST be made available in each application's filesystem
11+
The following filesystems MUST be made available in each application's filesystem:
1212

1313
| Path | Type |
1414
| -------- | ------ |
@@ -26,7 +26,7 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man7/na
2626
Namespaces are specified as an array of entries inside the `namespaces` root field.
2727
The following parameters can be specified to setup namespaces:
2828

29-
* **`type`** *(string, REQUIRED)* - namespace type. The following namespaces types are supported:
29+
* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types are supported:
3030
* **`pid`** processes inside the container will only be able to see other processes inside the same container.
3131
* **`network`** the container will have its own network stack.
3232
* **`mount`** the container will have an isolated mount table.

0 commit comments

Comments
 (0)