#342: set infra container name

This commit is contained in:
Muayyad alsadi 2021-10-04 13:14:13 +03:00
parent b33c42b7e2
commit 069018c5b1

View File

@ -1313,6 +1313,7 @@ def create_pods(compose, args):
podman_args = [
"create",
"--name={}".format(pod["name"]),
"--infra-name={}_infra".format(pod["name"]),
"--share", "net",
]
ports = pod.get("ports", None) or []