Skip to content

Commit

Permalink
Merge pull request #112 from ChengTiesheng/patch-1
Browse files Browse the repository at this point in the history
Fix typos in the "Namespace types" section
  • Loading branch information
vbatts committed Aug 21, 2015
2 parents 0c505a5 + 45ae53d commit 9ad789f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ If a path is specified, that particular file is used to join that type of namesp
#### Namespace types

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

Expand Down

0 comments on commit 9ad789f

Please sign in to comment.