Skip to content

Commit bb94d57

Browse files
Merge pull request #27371 from lordwelch/patch-1
Fix tmpfs U/chown option documentation
2 parents 68417ee + f8ce377 commit bb94d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/options/mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Options specific to type=**tmpfs** and **ramfs**:
106106

107107
- *notmpcopyup*: Disable copying files from the image to the tmpfs/ramfs.
108108

109-
- *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.
109+
- *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.
110110

111111
Options specific to type=**devpts**:
112112

0 commit comments

Comments
 (0)