Fix typos in the "Namespace types" section

Signed-off-by: ChengTiesheng <chengtiesheng@huawei.com>
This commit is contained in:
Tiesheng 2015-08-20 11:08:40 +08:00
parent 0c505a55d8
commit 45ae53d4db
1 changed files with 2 additions and 2 deletions

View File

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