Merge pull request #142 from wking/explicitly-define-mount-order

config: Require the runtime to mount Spec.Mounts in order
This commit is contained in:
Mrunal Patel 2015-10-05 12:02:41 -07:00
commit f75f23fe4e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Each container has exactly one *root filesystem*, specified in the *root* object
You can add array of mount points inside container as `mounts`.
Each record in this array must have configuration in [runtime config](runtime-config.md#mount-configuration).
The runtime MUST mount entries in the listed order.
* **`name`** (string, required) Name of mount point. Used for config lookup.
* **`path`** (string, required) Destination of mount point: path inside container.