github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/pod.run.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--pod**=*name*
     6  
     7  Run container in an existing pod. Podman makes the pod automatically if the pod name is prefixed with **new:**.
     8  To make a pod with more granular options, use the **podman pod create** command before creating a container.
     9  When a container is run with a pod with an infra-container, the infra-container is started first.