Skip to content

Commit 72cd41d

Browse files
authored
Fix wording for tmpfs destination path option. (#22339)
This is likely a copy&paste error. Can be confusing for new docker users. <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent ce09959 commit 72cd41d

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)