Skip to content

Commit

Permalink
Merge pull request #720 from Mashimiao/config-linux-fix-namespace-path
Browse files Browse the repository at this point in the history
config-linux.md: clearly require absolute path for namespace
  • Loading branch information
vbatts authored Mar 10, 2017
2 parents 76159da + 72cbff6 commit 55e1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following parameters can be specified to setup 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)* - path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace)
* **`path`** *(string, OPTIONAL)* - an absolute path to namespace file in the [runtime mount namespace](glossary.md#runtime-namespace)

If a path is specified, that particular file is used to join that type of namespace.
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.
Expand Down

0 comments on commit 55e1a84

Please sign in to comment.