Skip to content

Commit bc3a283

Browse files
Merge pull request #807 from Mashimiao/config-small-fix
config.md: fix typo of context
2 parents 4a20bd2 + 8baf688 commit bc3a283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ For Solaris, the mount entry corresponds to the 'fs' resource in the [zonecfg(1M
6161
This value MUST be an absolute path.
6262
* Windows: one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
6363
* Solaris: corresponds to "dir" of the fs resource in [zonecfg(1M)][zonecfg.1m].
64-
* **`type`** (string, OPTIONAL) The filesystem type of the filesystem to be mounted.
65-
* Linux: valid *filesystemtype* supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").
64+
* **`type`** (string, OPTIONAL) The type of the filesystem to be mounted.
65+
* Linux: filesystem types supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").
6666
* Windows: this field MUST NOT be supplied.
6767
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6868
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
6969
* Windows: a local directory on the filesystem of the container host. UNC paths and mapped drives are not supported.
7070
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
71-
* **`options`** (list of strings, OPTIONAL) Mount options of the filesystem to be used.
71+
* **`options`** (array of strings, OPTIONAL) Mount options of the filesystem to be used.
7272
* Linux: supported options are listed in the [mount(8)][mount.8] man page. Note both [filesystem-independent][mount.8-filesystem-independent] and [filesystem-specific][mount.8-filesystem-specific] options are listed.
7373
* Solaris: corresponds to "options" of the fs resource in [zonecfg(1M)][zonecfg.1m].
7474

0 commit comments

Comments
 (0)