mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-08 00:16:59 +02:00
working 1podfw
This commit is contained in:
@ -295,7 +295,7 @@ def up(project_name, dirname, pods, containers):
|
||||
args=[
|
||||
"podman", "pod", "create",
|
||||
"--name={}".format(pod["name"]),
|
||||
"--share", "cgroup,ipc",
|
||||
"--share", "net",
|
||||
]
|
||||
ports = pod.get("ports") or []
|
||||
for i in ports:
|
||||
|
Reference in New Issue
Block a user