From f8ce377bb4852a8d3fdc0d12e5a21fe95678145f Mon Sep 17 00:00:00 2001 From: lordwelch Date: Sat, 25 Oct 2025 22:58:46 -0700 Subject: [PATCH] Fix tmpfs U/chown documentation Signed-off-by: lordwelch --- docs/source/markdown/options/mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/options/mount.md b/docs/source/markdown/options/mount.md index b660b13640..3ecabb35e4 100644 --- a/docs/source/markdown/options/mount.md +++ b/docs/source/markdown/options/mount.md @@ -106,7 +106,7 @@ Options specific to type=**tmpfs** and **ramfs**: - *notmpcopyup*: Disable copying files from the image to the tmpfs/ramfs. -- *U*, *chown*: *true* or *false* (default if unspecified: *false*). Recursively change the owner and group of the source volume based on the UID and GID of the container. +- *U*, *chown*: *true* or *false* (default if unspecified: *false*). Set the uid and gid options for the tmpfs filesystem based on the UID and GID of the container. This is **not** recursive. Options specific to type=**devpts**: