From 50e13d92497be9a18722d4197bb98707c9b261e6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Mar 2017 14:53:47 -0700 Subject: [PATCH] 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 --- config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config.md b/config.md index 78de158cf..70dc5d427 100644 --- a/config.md +++ b/config.md @@ -75,6 +75,7 @@ For all platform-specific configuration values, the scope defined below in the [ * 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.