From 72cbff6786683c266e8da0e17cdc9af26e4efe21 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Fri, 10 Mar 2017 11:55:09 +0800 Subject: [PATCH] config-linux.md: clearly require absolute path for namespace Signed-off-by: Ma Shimiao --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 8f5f70a3..871996c7 100644 --- a/config-linux.md +++ b/config-linux.md @@ -35,7 +35,7 @@ The following parameters can be specified to setup namespaces: * **`user`** the container will be able to remap user and group IDs from the host to local users and groups within the container. * **`cgroup`** the container will have an isolated view of the cgroup hierarchy. -* **`path`** *(string, OPTIONAL)* - path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace) +* **`path`** *(string, OPTIONAL)* - an absolute path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace) If a path is specified, that particular file is used to join that type of namespace. If a namespace type is not specified in the `namespaces` array, the container MUST inherit the [runtime namespace](glossary.md#runtime-namespace) of that type.