Skip to content

Commit 6c4b37e

Browse files
committed
Merge pull request #165 from wking/remove-mounts-destination-docs
runtime-config: Remove 'destination' docs from mounts
2 parents fbac038 + 713d981 commit 6c4b37e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Only [mounts from the portable config](config.md#mount-points) will be mounted.
88

99
* **type** (string, required) 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
1010
* **source** (string, required) a device name, but can also be a directory name or a dummy. Windows, the volume name that is the target of the mount point. \\?\Volume\{GUID}\ (on Windows source is called target)
11-
* **destination** (string, required) where the source filesystem is mounted relative to the container rootfs.
1211
* **options** (list of strings, optional) in the fstab format [https://wiki.archlinux.org/index.php/Fstab](https://wiki.archlinux.org/index.php/Fstab).
1312

1413
*Example (Linux)*

0 commit comments

Comments
 (0)