Skip to content

Commit

Permalink
#379: no infra container
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Feb 17, 2022
1 parent 40cb6a7 commit 779198b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 779198b

Please sign in to comment.