mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
ce09959c3c
commit
72cd41d940
|
@ -135,7 +135,7 @@ Valid options for `--mount type=tmpfs` include:
|
|||
|
||||
| Option | Description |
|
||||
| :----------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
|
||||
| `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. |
|
||||
| `destination`, `dst`, `target` | Container path to mount into a tmpfs. |
|
||||
| `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. |
|
||||
| `tmpfs-mode` | File mode of the tmpfs in octal. For instance, `700` or `0770`. Defaults to `1777` or world-writable. |
|
||||
|
||||
|
|
Loading…
Reference in New Issue