From dab623657cb4792ec88504a2d9c8310af1b25394 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Thu, 27 Apr 2023 16:01:45 +0200 Subject: [PATCH] Update storage/tmpfs.md --- storage/tmpfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/tmpfs.md b/storage/tmpfs.md index 91b5aea31e..7be48aae36 100644 --- a/storage/tmpfs.md +++ b/storage/tmpfs.md @@ -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