Skip to content

Commit

Permalink
config.md: clarify destination for mounts
Browse files Browse the repository at this point in the history
leave room for bind mounts by specifying how dest is interpretted.
  • Loading branch information
Brandon Philips committed Jun 30, 2015
1 parent 92b590a commit 9291233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Additional file systems can be declared as "mounts", declared by the array eleme

* **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 file system is mounted in the container.
* **destination** (string, required) where the file system is mounted relative to the container rootfs.
* **options** (string, optional) in the fstab format [https://wiki.archlinux.org/index.php/Fstab](https://wiki.archlinux.org/index.php/Fstab).

*Example (Linux)*
Expand Down

0 comments on commit 9291233

Please sign in to comment.