diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 13:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 13:02:20 +0200 |
commit | 241d78351e1efaf1cc4bb1e0f33741c1b585d7c4 (patch) | |
tree | b2e08f5c3c7d05a5da4bb3217b47fe7626bfec31 | |
parent | 4b300a12cedabff3c57ee657afac0696cefaae0a (diff) | |
parent | 2e9247b1d2628945ef1d9dbc786c878726e50349 (diff) | |
download | podman-241d78351e1efaf1cc4bb1e0f33741c1b585d7c4.tar.gz podman-241d78351e1efaf1cc4bb1e0f33741c1b585d7c4.tar.bz2 podman-241d78351e1efaf1cc4bb1e0f33741c1b585d7c4.zip |
Merge pull request #6099 from pr0PM/patch-2
Hope it helps to keep the docs updated
-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) |