mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
18aa50a82c
commit
f393cd8018
|
@ -78,7 +78,7 @@ $ docker run -d \
|
|||
```
|
||||
|
||||
{{< /tab >}}
|
||||
{{< tab name="`-v`" >}}
|
||||
{{< tab name="`--tmpfs`" >}}
|
||||
|
||||
```console
|
||||
$ docker run -d \
|
||||
|
|
Loading…
Reference in New Issue