Merge pull request #16055 from edsantiago/docs_dedup_pod

[CI:DOCS] Man pages: refactor common options: --pod
This commit is contained in:
OpenShift Merge Robot 2022-10-05 16:13:48 +02:00 committed by GitHub
commit cc609e52bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 9 deletions

View File

@ -0,0 +1,5 @@
#### **--pod**=*name*
Run container in an existing pod. If you want Podman to make the pod for you, prefix the pod name with **new:**.
To make a pod with more granular options, use the **podman pod create** command before creating a container.
If a container is run with a pod, and the pod has an infra-container, the infra-container will be started before the container is.

View File

@ -276,10 +276,7 @@ This option conflicts with **--add-host**.
@@option platform
#### **--pod**=*name*
Run container in an existing pod. If you want Podman to make the pod for you, preference the pod name with `new:`.
To make a pod with more granular options, use the `podman pod create` command before creating a container.
@@option pod.run
@@option pod-id-file.container

View File

@ -302,11 +302,7 @@ This is used to override the Podman provided user setup in favor of entrypoint c
@@option platform
#### **--pod**=*name*
Run container in an existing pod. If you want Podman to make the pod for you, prefix the pod name with **new:**.
To make a pod with more granular options, use the **podman pod create** command before creating a container.
If a container is run with a pod, and the pod has an infra-container, the infra-container will be started before the container is.
@@option pod.run
@@option pod-id-file.container