diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2021-10-24 09:51:48 +0300 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-11-12 11:08:25 -0500 |
commit | eead06b9de022f16b2555614fda2f34a9724875a (patch) | |
tree | ed4de8730b372d396f0837ee9625a5bd5b92f4c9 | |
parent | 8887cc7e449602d5ff371de84e24b83e448d8480 (diff) | |
download | podman-eead06b9de022f16b2555614fda2f34a9724875a.tar.gz podman-eead06b9de022f16b2555614fda2f34a9724875a.tar.bz2 podman-eead06b9de022f16b2555614fda2f34a9724875a.zip |
[CI:DOCS] Fix typo keep_id -> keep-id
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
-rw-r--r-- | troubleshooting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/troubleshooting.md b/troubleshooting.md index a6c014625..4bc115e44 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 ':' |