summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-01 22:36:04 +0200
committerGitHub <noreply@github.com>2021-06-01 22:36:04 +0200
commit36ff2293e3ea93d30f9f6f3d7c6ba6adb8486659 (patch)
treed719b3a61ce61a150b43ce7233fbcb53adf3c881
parentcbffdddce6d741eac4f3efa132016aba99683500 (diff)
parentff79b2e5a1e58419dcdde33d223e8a415a9be62a (diff)
downloadpodman-36ff2293e3ea93d30f9f6f3d7c6ba6adb8486659.tar.gz
podman-36ff2293e3ea93d30f9f6f3d7c6ba6adb8486659.tar.bz2
podman-36ff2293e3ea93d30f9f6f3d7c6ba6adb8486659.zip
Merge pull request #10524 from rugk/patch-1
[CI:DOCS] Fix link error
-rw-r--r--rootless.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md
index 9edd5a437..bee5d337b 100644
--- a/rootless.md
+++ b/rootless.md
@@ -29,7 +29,7 @@ can easily fail
* Ubuntu supports non root overlay, but no other Linux distros do.
* Only other supported driver is VFS.
* Cannot use ping out of the box.
- * [(Can be fixed by setting sysctl on host)](https://github.com/containers/podman/blob/master/troubleshooting.md#6-rootless-containers-cannot-ping-hosts)
+ * [(Can be fixed by setting sysctl on host)](https://github.com/containers/podman/blob/master/troubleshooting.md#5-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)