Skip to content

Commit 72cbff6

Browse files
author
Ma Shimiao
committed
config-linux.md: clearly require absolute path for namespace
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 71afb41 commit 72cbff6

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
@@ -35,7 +35,7 @@ The following parameters can be specified to setup namespaces:
3535
* **`user`** the container will be able to remap user and group IDs from the host to local users and groups within the container.
3636
* **`cgroup`** the container will have an isolated view of the cgroup hierarchy.
3737

38-
* **`path`** *(string, OPTIONAL)* - path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace)
38+
* **`path`** *(string, OPTIONAL)* - an absolute path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace)
3939

4040
If a path is specified, that particular file is used to join that type of namespace.
4141
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.

0 commit comments

Comments
 (0)