diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-12 10:41:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 10:41:45 +0000 |
commit | 2e2d7524a314ecf648cc4504710165c38b3aa1bc (patch) | |
tree | a836335b6b3cfb690dc01ae317153d686f18308a /README.md | |
parent | 0fc27ce9805ff1e8c4abd80bd711c60b4d75d3f3 (diff) | |
parent | f26a5246e3badec4c3b1fcf23a5096a2195f03e0 (diff) | |
download | podman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.tar.gz podman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.tar.bz2 podman-2e2d7524a314ecf648cc4504710165c38b3aa1bc.zip |
Merge pull request #15253 from fulldecent/fix-broken-link-to-install-instructions
[CI:DOCS] fix updated links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ Some of these restrictions can be lifted (via `--privileged`, for example), but If you run Podman as your user and mount in `/etc/passwd` from the host, you still won't be able to change it, since your user doesn't have permission to do so. Almost all normal Podman functionality is available, though there are some [shortcomings](https://github.com/containers/podman/blob/main/rootless.md). -Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://github.com/containers/podman/blob/main/install.md). +Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://podman.io/getting-started/installation). A little configuration by an administrator is required before rootless Podman can be used, the necessary setup is documented [here](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md). |