Merge pull request #165 from wking/remove-mounts-destination-docs
runtime-config: Remove 'destination' docs from mounts
This commit is contained in:
commit
6c4b37ec96
|
@ -8,7 +8,6 @@ Only [mounts from the portable config](config.md#mount-points) will be mounted.
|
|||
|
||||
* **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
|
||||
* **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)
|
||||
* **destination** (string, required) where the source filesystem is mounted relative to the container rootfs.
|
||||
* **options** (list of strings, optional) in the fstab format [https://wiki.archlinux.org/index.php/Fstab](https://wiki.archlinux.org/index.php/Fstab).
|
||||
|
||||
*Example (Linux)*
|
||||
|
|
Loading…
Reference in New Issue