FIXES #442: allow --no-pod or custom --pod-args

This commit is contained in:
Muayyad alsadi 2022-03-08 21:22:43 +03:00
parent 7942a091c3
commit 2d6bb52e36

View File

@ -1548,7 +1548,7 @@ class PodmanCompose:
parser.add_argument(
"--no-pod",
help="disable pod creation",
action='store_true',
action="store_true",
default=False,
)
parser.add_argument(