File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ The following parameters can be specified to set up namespaces:
35
35
* ** ` user ` ** the container will be able to remap user and group IDs from the host to local users and groups within the container.
36
36
* ** ` cgroup ` ** the container will have an isolated view of the cgroup hierarchy.
37
37
38
- * ** ` path ` ** * (string, OPTIONAL)* - an absolute path to namespace file in the [ runtime mount namespace] ( glossary.md#runtime-namespace ) .
38
+ * ** ` path ` ** * (string, OPTIONAL)* - namespace file.
39
+ This value MUST be an absolute path in the [ runtime mount namespace] ( glossary.md#runtime-namespace ) .
39
40
The runtime MUST place the container process in the namespace associated with that ` path ` .
40
41
The runtime MUST [ generate an error] ( runtime.md#errors ) if ` path ` is not associated with a namespace of type ` type ` .
41
42
You can’t perform that action at this time.
0 commit comments