diff options
author | José Guilherme Vanz <jvanz@jvanz.com> | 2021-06-29 16:39:11 -0300 |
---|---|---|
committer | José Guilherme Vanz <jvanz@jvanz.com> | 2021-07-15 21:27:51 -0300 |
commit | af40dfc2bf614aeb4191916cc2420068696eb776 (patch) | |
tree | f7470681896508a28aa16095908a62709b6539b7 /docs/source/markdown | |
parent | 12b67aaf62b6e99f94db7ea89dad87f16a9fbd86 (diff) | |
download | podman-af40dfc2bf614aeb4191916cc2420068696eb776.tar.gz podman-af40dfc2bf614aeb4191916cc2420068696eb776.tar.bz2 podman-af40dfc2bf614aeb4191916cc2420068696eb776.zip |
--infra-name command line argument
Adds the new --infra-name command line argument allowing users to define
the name of the infra container
Issue #10794
Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
Diffstat (limited to 'docs/source/markdown')
-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. |