Fix tmpfs U/chown documentation

Signed-off-by: lordwelch <timmy@narnian.us>
This commit is contained in:
lordwelch
2025-10-25 22:58:46 -07:00
committed by GitHub
parent 5a0b74b13e
commit f8ce377bb4

View File

@@ -106,7 +106,7 @@ Options specific to type=**tmpfs** and **ramfs**:
- *notmpcopyup*: Disable copying files from the image to the tmpfs/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**: Options specific to type=**devpts**: