Skip to content

Commit 67aca31

Browse files
committed
config: Clarify mounts[].source relative path anchor
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 <[email protected]>
1 parent 2ec18c0 commit 67aca31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ For Solaris, the mount entry corresponds to the 'fs' resource in the [zonecfg(1M
6666
* Windows: this field MUST NOT be supplied.
6767
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6868
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
69+
Path values are either absolute or relative to the bundle.
6970
* Windows: a local directory on the filesystem of the container host. UNC paths and mapped drives are not supported.
7071
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
7172
* **`options`** (array of strings, OPTIONAL) Mount options of the filesystem to be used.

0 commit comments

Comments
 (0)