Skip to content

Commit

Permalink
Clarify behavior around namespaces paths.
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
  • Loading branch information
mrunalp committed Sep 9, 2015
1 parent 6cc6798 commit 02b456e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime-config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man7/na
Namespaces are specified in the spec as an array of entries.
Each entry has a type field with possible values described below and an optional path element.
If a path is specified, that particular file is used to join that type of namespace.
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.

```json
"namespaces": [
Expand Down

0 comments on commit 02b456e

Please sign in to comment.