summaryrefslogtreecommitdiff
path: root/troubleshooting.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-27 10:24:44 -0400
committerGitHub <noreply@github.com>2021-04-27 10:24:44 -0400
commitabda7961d63b1d240f72022757e6be1673e43897 (patch)
treea4875781d17d2e0cec2fe56604755ba83f6969f5 /troubleshooting.md
parent3148e01651e939f345242d582d82a068d1c6dd7e (diff)
parent09e640d1b5dbfaa47abb2ac2357ce8e96b108ae3 (diff)
downloadpodman-abda7961d63b1d240f72022757e6be1673e43897.tar.gz
podman-abda7961d63b1d240f72022757e6be1673e43897.tar.bz2
podman-abda7961d63b1d240f72022757e6be1673e43897.zip
Merge pull request #9788 from andrewshadura/rootless-friendly-error
[CI:DOCS] rootless: Tell the user what was led to the error, not just what it is
Diffstat (limited to 'troubleshooting.md')
-rw-r--r--troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/troubleshooting.md b/troubleshooting.md
index 077e342cd..c5c592a8e 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -203,12 +203,12 @@ Rootless Podman requires the newuidmap and newgidmap programs to be installed.
#### Symptom
-If you are running Podman or buildah as a not root user, you get an error complaining about
+If you are running Podman or Buildah as a rootless user, you get an error complaining about
a missing newuidmap executable.
```
podman run -ti fedora sh
-cannot find newuidmap: exec: "newuidmap": executable file not found in $PATH
+command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH
```
#### Solution