Files
podman/docs/source/markdown/options/pid.container.md
Ed Santiago 8c76738571 Man pages: refactor common options (misc)
Accumulated cleanup from the man-page deduplication effort.
Various minor things that slipped.

 --publish-all : remove duplicate "default is false" (toth @dilyanpalauzov)

 --shm-size    : rephrase 'you' and 'y'all'

 --tls-verify  : make narrower, add asterisks to true/false,
                 and linkify containers-registries.conf

  --volume     : incorporate feedback from @mheon

  rename pid.md to pid.container.md, because there's a pid.pod.md
  for the --pid option used in pod-related man pages.

  ...and some whitespace, comma, other minor edits

Fixes: #15356

Signed-off-by: Ed Santiago <santiago@redhat.com>
2022-10-13 12:14:28 -06:00

480 B

--pid=mode

Set the PID namespace mode 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;
  • ns:path: join the specified PID namespace;
  • private: create a new namespace for the container (default).