summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-24 22:08:47 +0000
committerGitHub <noreply@github.com>2021-10-24 22:08:47 +0000
commit283ce3de6c1823743b8a2dd7f7897cdc1a5c9815 (patch)
tree46df81c99b585b6890ba98ec1117ef5e6e29db00
parentc233d7bf58780eebffb5303542a903aaacebe0de (diff)
parent936ab158c6eeaaa8eeb110cc5c59f8a0e971b188 (diff)
downloadpodman-283ce3de6c1823743b8a2dd7f7897cdc1a5c9815.tar.gz
podman-283ce3de6c1823743b8a2dd7f7897cdc1a5c9815.tar.bz2
podman-283ce3de6c1823743b8a2dd7f7897cdc1a5c9815.zip
Merge pull request #12071 from eriksjolund/fix_typo_keep_id
[CI:DOCS] Fix typo keep_id -> keep-id
-rw-r--r--troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/troubleshooting.md b/troubleshooting.md
index b335eaaa8..44028fc42 100644
--- a/troubleshooting.md
+++ b/troubleshooting.md
@@ -51,9 +51,9 @@ In cases where the container image runs as a specific, non-root user, though, th
solution is to fix the user namespace. This would include container images such as
the Jupyter Notebook image (which runs as "jovyan") and the Postgres image (which runs
as "postgres"). In either case, use the `--userns` switch to map user namespaces,
-most of the time by using keep_id option.
+most of the time by using the **keep-id** option.
-$ podman run -v "$PWD":/home/jovyan/work --userns=keep_id jupyter/scipy-notebook
+$ podman run -v "$PWD":/home/jovyan/work --userns=keep-id jupyter/scipy-notebook
---
### 3) No such image or Bare keys cannot contain ':'