working 1podfw

This commit is contained in:
alsadi
2019-03-11 11:51:28 +02:00
parent 20474eb3fc
commit f6f711a82a
3 changed files with 20 additions and 7 deletions

View File

@ -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: