Skip to content

Commit 85d96e8

Browse files
committed
change new pid namespace description
Signed-off-by: Lifubang <[email protected]>
1 parent ad53dcd commit 85d96e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Namespaces are specified as an array of entries inside the `namespaces` root fie
2727
The following parameters can be specified to set up namespaces:
2828

2929
* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types are supported:
30-
* **`pid`** processes inside the container will only be able to see other processes inside the same container.
30+
* **`pid`** processes inside the container will only be able to see other processes inside the same container or inside the same pid namespace.
3131
* **`network`** the container will have its own network stack.
3232
* **`mount`** the container will have an isolated mount table.
3333
* **`ipc`** processes inside the container will only be able to communicate to other processes inside the same container via system level IPC.

0 commit comments

Comments
 (0)