Skip to content

Commit 9c0fcee

Browse files
Merge pull request #538 from wking/no-tweaking-host-namespaces
config-linux: Extend no-tweak requirement to runtime namespaces
2 parents ce64fbd + 01c2d55 commit 9c0fcee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ The following parameters can be specified to setup namespaces:
3838
* **`path`** *(string, optional)* - 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.
41-
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.
41+
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.
42+
If a new namespace is not created (because the namespace type is not listed, or because it is listed with a `path`), runtimes MUST assume that the setup for that namespace has already been done and error out if the config specifies anything else related to that namespace.
4243

4344
###### Example
4445

0 commit comments

Comments
 (0)