Skip to content

Commit 1cf9eb5

Browse files
Merge pull request #21999 from eriksjolund/performance-guide-fix-URL
[CI:DOCS] performance: fix URL
2 parents 6e0a9cb + 885dd2a commit 1cf9eb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorials/performance.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ because different UID/GID mappings could potentially be used on each invocation.
8383
__--userns__, __--uidmap__ and __--gidmap__ the performance penalty is a one-time cost
8484
that only occurs the first time the command is run.
8585

86-
Using native overlayfs as an unprivileged user is only available for Podman version >= 3.1 on a Linux kernel version >= 5.12. Native overlayfs support is included in RHEL >= 8.5, see release notes [here](http://www.reddit.comhttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.5_release_notes/index).
86+
Using native overlayfs as an unprivileged user is available for Podman version >= 3.1 on a Linux kernel version >= 5.13.
87+
If SELinux is not used, then Linux kernel version 5.11 or later is sufficient.
88+
Native overlayfs support is included in RHEL >= 8.5, see [release notes](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.5_release_notes/index).
8789

8890
To show the current storage driver
8991

0 commit comments

Comments
 (0)