From a4695bc0df672d9c01cb200c8d8f51db35cf7cbb Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Tue, 18 Oct 2016 12:43:05 -0700 Subject: [PATCH] Require the mount destination to be created before hand Signed-off-by: Mrunal Patel --- config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config.md b/config.md index 096888f7f..20c5c6620 100644 --- a/config.md +++ b/config.md @@ -47,6 +47,7 @@ The parameters are similar to the ones in [the Linux mount system call](http://m * **`destination`** (string, REQUIRED) Destination of mount point: path inside container. For the Windows operating system, one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar). + The destination MUST be present in the root filesystem. Runtime MUST NOT create the destination. * **`type`** (string, REQUIRED) The filesystem type of the filesystem to be mounted. Linux: *filesystemtype* argument supported by the kernel are listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660"). Windows: ntfs.