Update tmpfs.md - fix incorrect tmpfs-type option

Incorrect "tmpfs-type" option changed to "tmpfs-size"
This commit is contained in:
Sergey Kolesnikov 2019-10-19 21:44:43 +03:00 committed by GitHub
parent 9eec718309
commit 246499390d
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,