From 246499390d4e5cd0ceec9cd7b7bb708ac97284d3 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnikov Date: Sat, 19 Oct 2019 21:44:43 +0300 Subject: [PATCH] Update tmpfs.md - fix incorrect tmpfs-type option Incorrect "tmpfs-type" option changed to "tmpfs-size" --- storage/tmpfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/tmpfs.md b/storage/tmpfs.md index d104f9ef6b..fc68f9c285 100644 --- a/storage/tmpfs.md +++ b/storage/tmpfs.md @@ -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,