mirror of https://github.com/docker/docs.git
Update tmpfs.md - fix incorrect tmpfs-type option
Incorrect "tmpfs-type" option changed to "tmpfs-size"
This commit is contained in:
parent
9eec718309
commit
246499390d
|
@ -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
|
- The `destination` takes as its value the path where the `tmpfs` mount
|
||||||
is mounted in the container. May be specified as `destination`, `dst`,
|
is mounted in the container. May be specified as `destination`, `dst`,
|
||||||
or `target`.
|
or `target`.
|
||||||
- The `tmpfs-type` and `tmpfs-mode` options. See
|
- The `tmpfs-size` and `tmpfs-mode` options. See
|
||||||
[tmpfs options](#specify-tmpfs-options).
|
[tmpfs options](#specify-tmpfs-options).
|
||||||
|
|
||||||
The examples below show both the `--mount` and `--tmpfs` syntax where possible,
|
The examples below show both the `--mount` and `--tmpfs` syntax where possible,
|
||||||
|
|
Loading…
Reference in New Issue