Skip to content

Commit

Permalink
config: Clarify mounts[].source relative path anchor
Browse files Browse the repository at this point in the history
Borrowing language from root.path for absolute/relative.

I think we also need to talk about 'mounts' being in the container
mount namespace (after creating it with the runtime mount namespace as
a seed) and before the pivot into root.path.  But Michael and/or
Mrunal are going to file follow-up work to address that.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed May 24, 2017
1 parent 2ec18c0 commit 67aca31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ For Solaris, the mount entry corresponds to the 'fs' resource in the [zonecfg(1M
* Windows: this field MUST NOT be supplied.
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
Path values are either absolute or relative to the bundle.
* Windows: a local directory on the filesystem of the container host. UNC paths and mapped drives are not supported.
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
* **`options`** (array of strings, OPTIONAL) Mount options of the filesystem to be used.
Expand Down

0 comments on commit 67aca31

Please sign in to comment.