diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-16 07:53:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 07:53:43 -0400 |
commit | ce28dc3c4c3dba468ddb6f2a249c0c4bfc058805 (patch) | |
tree | 0f16371ff56a8323db480d010b0315e600c2a50b /docs/source/markdown/podman-pod-create.1.md | |
parent | 3ba9f2a205787135b4e34e4d217df3ab9d0071b8 (diff) | |
parent | af40dfc2bf614aeb4191916cc2420068696eb776 (diff) | |
download | podman-ce28dc3c4c3dba468ddb6f2a249c0c4bfc058805.tar.gz podman-ce28dc3c4c3dba468ddb6f2a249c0c4bfc058805.tar.bz2 podman-ce28dc3c4c3dba468ddb6f2a249c0c4bfc058805.zip |
Merge pull request #10820 from jvanz/indfra-container-name-issue-10794
--infra-name command line argument
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md b/docs/source/markdown/podman-pod-create.1.md index fecdd8494..441995cb6 100644 --- a/docs/source/markdown/podman-pod-create.1.md +++ b/docs/source/markdown/podman-pod-create.1.md @@ -75,6 +75,10 @@ The command that will be run to start the infra container. Default: "/pause". The image that will be created for the infra container. Default: "k8s.gcr.io/pause:3.1". +#### **--infra-name**=*name* + +The name that will be used for the pod's infra container. + #### **--ip**=*ipaddr* Set a static IP for the pod's shared network. |