Skip to content

Commit 0afa59f

Browse files
authored
Merge pull request #609 from wking/absolute-mount-destination
config: Require absolute mount destinations
2 parents 0df2586 + 40a5d98 commit 0afa59f

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
@@ -46,6 +46,7 @@ The runtime MUST mount entries in the listed order.
4646
The parameters are similar to the ones in [the Linux mount system call](http://man7.org/linux/man-pages/man2/mount.2.html).
4747

4848
* **`destination`** (string, REQUIRED) Destination of mount point: path inside container.
49+
This value MUST be an absolute path.
4950
For the Windows operating system, one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
5051
* **`type`** (string, REQUIRED) The filesystem type of the filesystem to be mounted.
5152
Linux: *filesystemtype* argument supported by the kernel are listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").

0 commit comments

Comments
 (0)