Skip to content

Commit

Permalink
Merge pull request #925 from wking/absolute-namespace-path-must
Browse files Browse the repository at this point in the history
config-linux: RFC 2119 MUST for absolute linux.namespaces[].path
  • Loading branch information
crosbymichael committed Oct 9, 2017
2 parents 3417098 + f231492 commit 4ebb31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The following parameters can be specified to set up namespaces:
* **`user`** the container will be able to remap user and group IDs from the host to local users and groups within the container.
* **`cgroup`** the container will have an isolated view of the cgroup hierarchy.

* **`path`** *(string, OPTIONAL)* - an absolute path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace).
* **`path`** *(string, OPTIONAL)* - namespace file.
This value MUST be an absolute path in the [runtime mount namespace](glossary.md#runtime-namespace).
The runtime MUST place the container process in the namespace associated with that `path`.
The runtime MUST [generate an error](runtime.md#errors) if `path` is not associated with a namespace of type `type`.

Expand Down

0 comments on commit 4ebb31e

Please sign in to comment.