diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-23 04:18:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 04:18:51 -0400 |
commit | 498fe67ef7050f4cf7849a5c5545cbe5a9dd9cd8 (patch) | |
tree | 407559ed45cf8cbd2bc9002858d5943f5eda7dd9 /docs/source/markdown/podman-create.1.md.in | |
parent | d97f4dfbcc5af69c01afa2a76194486d178f63a6 (diff) | |
parent | 74388fe75ffa896993256c5336dabaa071b034f9 (diff) | |
download | podman-498fe67ef7050f4cf7849a5c5545cbe5a9dd9cd8.tar.gz podman-498fe67ef7050f4cf7849a5c5545cbe5a9dd9cd8.tar.bz2 podman-498fe67ef7050f4cf7849a5c5545cbe5a9dd9cd8.zip |
Merge pull request #15422 from edsantiago/docs_dedup_podidfile
Man pages: refactor common options: --pod-id-file
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index 2827964f7..b943783cb 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -476,9 +476,7 @@ Default is to create a private PID namespace for the container 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. -#### **--pod-id-file**=*path* - -Run container in an existing pod and read the pod's ID from the specified file. If a container is run within a pod, and the pod has an infra-container, the infra-container will be started before the container is. +@@option pod-id-file.container #### **--privileged** |