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 >}}
|
||||||
{{< tab name="`-v`" >}}
|
{{< tab name="`--tmpfs`" >}}
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d \
|
$ docker run -d \
|
||||||
|
@ -132,4 +132,4 @@ docker run -d \
|
||||||
|
|
||||||
- Learn about [volumes](volumes.md)
|
- Learn about [volumes](volumes.md)
|
||||||
- Learn about [bind mounts](bind-mounts.md)
|
- Learn about [bind mounts](bind-mounts.md)
|
||||||
- Learn about [storage drivers](/storage/storagedriver/)
|
- Learn about [storage drivers](/storage/storagedriver/)
|
||||||
|
|
Loading…
Reference in New Issue