We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5b400c + 353ddcb commit 6fea737Copy full SHA for 6fea737
1 file changed
config-linux.md
@@ -26,7 +26,7 @@ For more information, see the [namespaces(7)][namespaces.7_2] man page.
26
Namespaces are specified as an array of entries inside the `namespaces` root field.
27
The following parameters can be specified to set up namespaces:
28
29
-* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types are supported:
+* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types SHOULD be supported:
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
* **`network`** the container will have its own network stack.
32
* **`mount`** the container will have an isolated mount table.
0 commit comments