Skip to content

Commit

Permalink
Fix typo podman run doc in flag -pid=mode "efault"
Browse files Browse the repository at this point in the history
Signed-off-by: paranlee <[email protected]>
  • Loading branch information
paranlee committed Feb 16, 2021
1 parent ac9a048 commit a532994
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 a532994

Please sign in to comment.