Skip to content

Commit 02b456e

Browse files
committed
Clarify behavior around namespaces paths.
Signed-off-by: Mrunal Patel <[email protected]>
1 parent 6cc6798 commit 02b456e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime-config-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man7/na
77
Namespaces are specified in the spec as an array of entries.
88
Each entry has a type field with possible values described below and an optional path element.
99
If a path is specified, that particular file is used to join that type of namespace.
10+
Also, when a path is specified, a runtime MUST assume that the setup for that particular namespace has already been done and error out if the config specifies anything else related to that namespace.
1011

1112
```json
1213
"namespaces": [

0 commit comments

Comments
 (0)