File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Namespaces are specified as an array of entries inside the `namespaces` root fie
27
27
The following parameters can be specified to set up namespaces:
28
28
29
29
* ** ` 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 .
31
31
* ** ` network ` ** the container will have its own network stack.
32
32
* ** ` mount ` ** the container will have an isolated mount table.
33
33
* ** ` ipc ` ** processes inside the container will only be able to communicate to other processes inside the same container via system level IPC.
You can’t perform that action at this time.
0 commit comments