diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-01 18:39:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 18:39:31 -0400 |
commit | 6d8339709f05eae5df1eeb8c688fc44405a600ed (patch) | |
tree | a55ff718ed66bb800157beae15b2338e3412c4e6 /docs/tutorials/rootless_tutorial.md | |
parent | 6a2c7d8831e9038f578fbaf8e8e6504d1d5f3045 (diff) | |
parent | 996fe49aa727c184c315a9e20e5d4529052ca9fc (diff) | |
download | podman-6d8339709f05eae5df1eeb8c688fc44405a600ed.tar.gz podman-6d8339709f05eae5df1eeb8c688fc44405a600ed.tar.bz2 podman-6d8339709f05eae5df1eeb8c688fc44405a600ed.zip |
Merge pull request #7868 from rhatdan/tuturial
[CI:DOCS] Update rootless_tutorial.md
Diffstat (limited to 'docs/tutorials/rootless_tutorial.md')
-rw-r--r-- | docs/tutorials/rootless_tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md index 6b83f18d9..3b9cbd2d0 100644 --- a/docs/tutorials/rootless_tutorial.md +++ b/docs/tutorials/rootless_tutorial.md @@ -95,7 +95,7 @@ If this is required, the administrator must verify that the UID of the user is p To change its value the administrator can use a call similar to: `sysctl -w "net.ipv4.ping_group_range=0 2000000"`. -To make the change persistent, the administrator will need to add a file in `/etc/sysctl.d` that contains `net.ipv4.ping_group_range=0 $MAX_UID`. +To make the change persist, the administrator will need to add a file with the `.conf` file extension in `/etc/sysctl.d` that contains `net.ipv4.ping_group_range=0 $MAX_GID`, where `$MAX_GID` is the highest assignable GID of the user running the container. ## User Actions |