Skip to content

Commit 5effda9

Browse files
authored
Fix wording for tmpfs destination path option.
This is likely a copy&paste error. Can be confusing for new docker users.
1 parent 2f0e76c commit 5effda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/storage/tmpfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Valid options for `--mount type=tmpfs` include:
135135

136136
| Option | Description |
137137
| :----------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
138-
| `destination`, `dst`, `target` | Size of the tmpfs mount in bytes. If unset, the default maximum size of a tmpfs volume is 50% of the host's total RAM. |
138+
| `destination`, `dst`, `target` | Container path to mount into a tmpfs. |
139139
| `tmpfs-size` | Size of the tmpfs mount in bytes. If unset, the default maximum size of a tmpfs volume is 50% of the host's total RAM. |
140140
| `tmpfs-mode` | File mode of the tmpfs in octal. For instance, `700` or `0770`. Defaults to `1777` or world-writable. |
141141

0 commit comments

Comments
 (0)