From 81d7ec478c425d97633e8332ff641ed0668d6b5c Mon Sep 17 00:00:00 2001 From: zhouhao Date: Wed, 18 Oct 2017 15:22:53 +0800 Subject: [PATCH] config-linux: add SHOULD to linux.namespaces.type Signed-off-by: zhouhao --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index f73d893c9..674e870be 100644 --- a/config-linux.md +++ b/config-linux.md @@ -26,7 +26,7 @@ For more information, see the [namespaces(7)][namespaces.7_2] man page. Namespaces are specified as an array of entries inside the `namespaces` root field. The following parameters can be specified to set up namespaces: -* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types are supported: +* **`type`** *(string, REQUIRED)* - namespace type. The following namespace types SHOULD be supported: * **`pid`** processes inside the container will only be able to see other processes inside the same container. * **`network`** the container will have its own network stack. * **`mount`** the container will have an isolated mount table.