mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-14 07:48:47 +02:00
Allow specifying custom pod name in --in-pod
Fixes #958: missing or incorrect use of --in-pod and pod-args Fixes #693: --in-pod 'name' no function Signed-off-by: norbiros <norbiros@protonmail.com> Signed-off-by: Norbiros <norbiros@protonmail.com>
This commit is contained in:
committed by
Povilas Kanapickas
parent
bfaf77a506
commit
3d47849d28
@ -149,7 +149,7 @@ def set_args(podman_compose: PodmanCompose, file_names: list[str]) -> None:
|
||||
podman_compose.global_args.project_name = None
|
||||
podman_compose.global_args.env_file = None
|
||||
podman_compose.global_args.profile = []
|
||||
podman_compose.global_args.in_pod_bool = True
|
||||
podman_compose.global_args.in_pod = "1"
|
||||
podman_compose.global_args.pod_args = None
|
||||
podman_compose.global_args.no_normalize = True
|
||||
|
||||
|
Reference in New Issue
Block a user