Skip to content

Commit

Permalink
Merge pull request containers#9394 from paranlee/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix typo podman run doc in flag -pid=mode "efault"
  • Loading branch information
openshift-merge-robot authored Feb 16, 2021
2 parents ac9a048 + a532994 commit 8c444e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c444e6

Please sign in to comment.