Skip to content

Commit a4695bc

Browse files
committed
Require the mount destination to be created before hand
Signed-off-by: Mrunal Patel <[email protected]>
1 parent a39be46 commit a4695bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The parameters are similar to the ones in [the Linux mount system call](http://m
4747

4848
* **`destination`** (string, REQUIRED) Destination of mount point: path inside container.
4949
For the Windows operating system, one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
50+
The destination MUST be present in the root filesystem. Runtime MUST NOT create the destination.
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").
5253
Windows: ntfs.

0 commit comments

Comments
 (0)