Skip to content

Commit aad1f38

Browse files
Merge pull request opencontainers#649 from wking/allow-tweaking
config-linux: Lift no-tweaking namespace restriction
2 parents a3dd52f + d43fc42 commit aad1f38

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

ROADMAP.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ Could be solved by lifecycle/ops and create/start split discussions
1818

1919
*Owner:* vishh & duglin
2020

21-
### Live Container Updates
22-
23-
Should we allow dynamic container updates to runtime options?
24-
25-
Proposal: make it an optional feature
26-
27-
*Owner:* hqhq (was vishh) robdolinms, bcorrie
28-
2921
### Version Schema
3022

3123
Decide on a robust versioning schema for the spec as it evolves.

config-linux.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The following parameters can be specified to setup namespaces:
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.
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.
4342
If a `namespaces` field contains duplicated namespaces with same `type`, the runtime MUST error out.
4443

4544
###### Example

config.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ For Windows based systems the user structure has the following fields:
256256
## Hostname
257257

258258
* **`hostname`** (string, OPTIONAL) configures the container's hostname as seen by processes running inside the container.
259-
On Linux, you can only set this if your bundle creates a new [UTS namespace][uts-namespace].
259+
On Linux, this will change the hostname in the [container][container-namespace] [UTS namespace][uts-namespace].
260+
Depending on your [namespace configuration](config-linux.md#namespaces), the container UTS namespace may be the [runtime UTS namespace][runtime-namespace].
260261

261262
### Example
262263

0 commit comments

Comments
 (0)