diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-16 07:08:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 07:08:26 -0500 |
commit | 8c444e6f0b3663a657c946e1c731f390553f065d (patch) | |
tree | a8c02ee90cd0117cdd037edd36c1e94a0012c766 | |
parent | ac9a048b59ebcbdfd2cb7abb50a97981892bd6b6 (diff) | |
parent | a532994f8bdc09f80319bd84590d21d392f2b320 (diff) | |
download | podman-8c444e6f0b3663a657c946e1c731f390553f065d.tar.gz podman-8c444e6f0b3663a657c946e1c731f390553f065d.tar.bz2 podman-8c444e6f0b3663a657c946e1c731f390553f065d.zip |
Merge pull request #9394 from paranlee/patch-1
[CI:DOCS] Fix typo podman run doc in flag -pid=mode "efault"
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 49b45f4f8..8c0b12e90 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -714,7 +714,7 @@ Override the OS, defaults to hosts, of the image to be pulled. For example, `win #### **--pid**=*mode* Set the PID namespace mode for the container. -The efault is to create a private PID namespace for the container. +The default is to create a private PID namespace for the container. - **container:**_id_: join another container's PID namespace; - **host**: use the host's PID namespace for the container. Note the host mode gives the container full access to local PID and is therefore considered insecure; |