Merge pull request #9687 from SCORE1387/patch-1

Update tmpfs.md - fix incorrect tmpfs-type option
This commit is contained in:
Sebastiaan van Stijn 2019-10-19 22:27:30 +02:00 committed by GitHub
commit 99aa91678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ the `--mount` flag was used for swarm services. However, starting with Docker
- The `destination` takes as its value the path where the `tmpfs` mount
is mounted in the container. May be specified as `destination`, `dst`,
or `target`.
- The `tmpfs-type` and `tmpfs-mode` options. See
- The `tmpfs-size` and `tmpfs-mode` options. See
[tmpfs options](#specify-tmpfs-options).
The examples below show both the `--mount` and `--tmpfs` syntax where possible,