Skip to content

Commit 9ad789f

Browse files
committed
Merge pull request opencontainers#112 from ChengTiesheng/patch-1
Fix typos in the "Namespace types" section
2 parents 0c505a5 + 45ae53d commit 9ad789f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ If a path is specified, that particular file is used to join that type of namesp
4545
#### Namespace types
4646

4747
* **pid** processes inside the container will only be able to see other processes inside the same container.
48-
* **network** the container will have it's own network stack.
48+
* **network** the container will have its own network stack.
4949
* **mnt** the container will have an isolated mount table.
5050
* **ipc** processes inside the container will only be able to communicate to other processes inside the same
5151
container via system level IPC.
52-
* **uts** the container will be able to have it's own hostname and domain name.
52+
* **uts** the container will be able to have its own hostname and domain name.
5353
* **user** the container will be able to remap user and group IDs from the host to local users and groups
5454
within the container.
5555

0 commit comments

Comments
 (0)