We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0df2586 + 40a5d98 commit 0afa59fCopy full SHA for 0afa59f
1 file changed
config.md
@@ -46,6 +46,7 @@ The runtime MUST mount entries in the listed order.
46
The parameters are similar to the ones in [the Linux mount system call](http://man7.org/linux/man-pages/man2/mount.2.html).
47
48
* **`destination`** (string, REQUIRED) Destination of mount point: path inside container.
49
+ This value MUST be an absolute path.
50
For the Windows operating system, one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
51
* **`type`** (string, REQUIRED) The filesystem type of the filesystem to be mounted.
52
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