Merge pull request #27302 from arsenalzp/podman_26396

Add option to remove Pod name prefix in resulting container name
This commit is contained in:
openshift-merge-bot[bot]
2025-10-20 23:47:40 +00:00
committed by GitHub
10 changed files with 58 additions and 1 deletions

View File

@@ -260,6 +260,10 @@ When no network option is specified and *host* network mode is not configured in
This option conflicts with host added in the Kubernetes YAML.
#### **--no-pod-prefix**
Do not prefix container name with pod name.
#### **--publish**=*[[ip:][hostPort]:]containerPort[/protocol]*
Define or override a port definition in the YAML file.