mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-25 17:18:00 +00:00
Merge pull request #27371 from lordwelch/patch-1
Fix tmpfs U/chown option documentation
This commit is contained in:
commit
bb94d57bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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**:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue