Skip to content

Commit f75f23f

Browse files
author
Mrunal Patel
committed
Merge pull request #142 from wking/explicitly-define-mount-order
config: Require the runtime to mount Spec.Mounts in order
2 parents 294b77c + d282a32 commit f75f23f

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
@@ -38,6 +38,7 @@ Each container has exactly one *root filesystem*, specified in the *root* object
3838

3939
You can add array of mount points inside container as `mounts`.
4040
Each record in this array must have configuration in [runtime config](runtime-config.md#mount-configuration).
41+
The runtime MUST mount entries in the listed order.
4142

4243
* **`name`** (string, required) Name of mount point. Used for config lookup.
4344
* **`path`** (string, required) Destination of mount point: path inside container.

0 commit comments

Comments
 (0)