You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/markdown/options/mount.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ Options specific to type=**volume**:
60
60
61
61
-*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.
62
62
63
+
-*subpath*: Mount only a specific subpath within the volume, instead of the whole volume.
64
+
63
65
-*idmap*: If specified, create an idmapped mount to the target user namespace in the container.
64
66
The idmap option is only supported by Podman in rootful mode. The Linux kernel does not allow the use of idmapped file systems for unprivileged users.
65
67
The idmap option supports a custom mapping that can be different than the user namespace used by the container.
0 commit comments