mirror of https://github.com/docker/docs.git
Update tmpfs.md (#8711)
This commit is contained in:
parent
25ecf0d985
commit
e0df4c0934
|
@ -29,7 +29,7 @@ persist in either the host or the container writable layer.
|
||||||
containers.
|
containers.
|
||||||
* This functionality is only available if you're running Docker on Linux.
|
* This functionality is only available if you're running Docker on Linux.
|
||||||
|
|
||||||
## Choosing the --tmpfs or --mount flag
|
## Choose the --tmpfs or --mount flag
|
||||||
|
|
||||||
Originally, the `--tmpfs` flag was used for standalone containers and
|
Originally, the `--tmpfs` flag was used for standalone containers and
|
||||||
the `--mount` flag was used for swarm services. However, starting with Docker
|
the `--mount` flag was used for swarm services. However, starting with Docker
|
||||||
|
|
Loading…
Reference in New Issue