#379: nothing shared in the pod to allow hostname

This commit is contained in:
Muayyad alsadi 2022-02-17 13:28:31 +02:00
parent 2a2c3a09c1
commit 4fd9d86e17

View File

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