#379: no infra container

This commit is contained in:
Muayyad alsadi 2022-02-17 17:19:25 +02:00
parent 40cb6a760e
commit 779198b003

View File

@ -1457,6 +1457,7 @@ def create_pods(compose, args):
podman_args = [
"create",
"--name={}".format(pod["name"]),
"--infra=false",
"--share=",
]
#if compose.podman_version and not strverscmp_lt(compose.podman_version, "3.4.0"):