From f393cd80183565ca9fd708f55ef94f18bdaa3d32 Mon Sep 17 00:00:00 2001 From: Adama Date: Tue, 16 Jan 2024 14:35:50 +0000 Subject: [PATCH] Update tmpfs.md To specify the real flag "--tmpfs" used for the example tab. So we avoid the confusion with volume. Hope that is helpful --- content/storage/tmpfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/storage/tmpfs.md b/content/storage/tmpfs.md index 9e30f9357b..ca69addb00 100644 --- a/content/storage/tmpfs.md +++ b/content/storage/tmpfs.md @@ -78,7 +78,7 @@ $ docker run -d \ ``` {{< /tab >}} -{{< tab name="`-v`" >}} +{{< tab name="`--tmpfs`" >}} ```console $ docker run -d \ @@ -132,4 +132,4 @@ docker run -d \ - Learn about [volumes](volumes.md) - Learn about [bind mounts](bind-mounts.md) -- Learn about [storage drivers](/storage/storagedriver/) \ No newline at end of file +- Learn about [storage drivers](/storage/storagedriver/)