mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
--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>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user