mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 16:03:16 +01:00
#379: nothing shared in the pod to allow hostname
This commit is contained in:
parent
2a2c3a09c1
commit
4fd9d86e17
@ -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"]))
|
||||
|
Loading…
Reference in New Issue
Block a user