mirror of
https://github.com/docker/docs.git
synced 2026-04-03 17:59:01 +07:00
Update storage/tmpfs.md
This commit is contained in:
@@ -28,7 +28,7 @@ persist in either the host or the container writable layer.
|
||||
* Unlike volumes and bind mounts, you can't share `tmpfs` mounts between
|
||||
containers.
|
||||
* This functionality is only available if you're running Docker on Linux.
|
||||
* Setting permissions on tmpfs may still suffer from a bug causing them to [reset after container restart](https://github.com/docker/for-linux/issues/138). In some cases [setting the uid/gid](https://github.com/docker/compose/issues/3425#issuecomment-423091370) can serve as a workaround.
|
||||
* Setting permissions on tmpfs may cause them to [reset after container restart](https://github.com/docker/for-linux/issues/138). In some cases [setting the uid/gid](https://github.com/docker/compose/issues/3425#issuecomment-423091370) can serve as a workaround.
|
||||
|
||||
## Choose the --tmpfs or --mount flag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user