diff options
author | rugk <rugk+git@posteo.de> | 2021-06-01 21:43:26 +0200 |
---|---|---|
committer | rugk <rugk+git@posteo.de> | 2021-06-01 21:49:35 +0200 |
commit | ff79b2e5a1e58419dcdde33d223e8a415a9be62a (patch) | |
tree | d719b3a61ce61a150b43ce7233fbcb53adf3c881 /rootless.md | |
parent | cbffdddce6d741eac4f3efa132016aba99683500 (diff) | |
download | podman-ff79b2e5a1e58419dcdde33d223e8a415a9be62a.tar.gz podman-ff79b2e5a1e58419dcdde33d223e8a415a9be62a.tar.bz2 podman-ff79b2e5a1e58419dcdde33d223e8a415a9be62a.zip |
Fix link error
Signed-off-by: rugk <rugk+git@posteo.de>
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 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) |