diff options
author | pr0PM <pr0PM@pm.me> | 2020-05-03 15:16:45 +0530 |
---|---|---|
committer | pr0PM <pmprateek88@gmail.com> | 2020-05-06 23:07:58 +0530 |
commit | 7c8147b0dfc2df864b4c75fbe67692f608660269 (patch) | |
tree | 14616e7a96d42fe0c647d5f3902541634d489cb8 /rootless.md | |
parent | 0fd8242f9100806fed4e2abfcae7ea3409050539 (diff) | |
download | podman-7c8147b0dfc2df864b4c75fbe67692f608660269.tar.gz podman-7c8147b0dfc2df864b4c75fbe67692f608660269.tar.bz2 podman-7c8147b0dfc2df864b4c75fbe67692f608660269.zip |
Updated heading from 5 to 6 in link.
Signed-off-by: pr0PM <pmprateek88@gmail.com>
Diffstat (limited to 'rootless.md')
-rw-r--r-- | rootless.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md index 93a2b140f..e5b71f0b9 100644 --- a/rootless.md +++ b/rootless.md @@ -32,7 +32,7 @@ can easily fail * CNI wants to modify IPTables, plus other network manipulation that requires CAP_SYS_ADMIN. * There is potential we could probably do some sort of blacklisting of the relevant plugins, and add a new plugin for rootless networking - slirp4netns as one example and there may be others * Cannot use ping out of the box. - * [(Can be fixed by setting sysctl on host)](https://github.com/containers/libpod/blob/master/troubleshooting.md#5-rootless-containers-cannot-ping-hosts) + * [(Can be fixed by setting sysctl on host)](https://github.com/containers/libpod/blob/master/troubleshooting.md#6-rootless-containers-cannot-ping-hosts) * Requires new shadow-utils (not found in older (RHEL7/Centos7 distros) Should be fixed in RHEL7.7 release) * A few commands do not work. * mount/unmount (on fuse-overlay) |