Skip to content

Commit 6fea737

Browse files
Merge pull request #1025 from vbatts/rebase_931
config-linux: add SHOULD to linux.namespaces.type
2 parents d5b400c + 353ddcb commit 6fea737

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
@@ -26,7 +26,7 @@ For more information, see the [namespaces(7)][namespaces.7_2] man page.
2626
Namespaces are specified as an array of entries inside the `namespaces` root field.
2727
The following parameters can be specified to set up namespaces:
2828

29-
* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types are supported:
29+
* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types SHOULD be supported:
3030
* **`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.

0 commit comments

Comments
 (0)