mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-08 15:09:17 +01:00
Add ability to input docker-compose.yaml via stdin
Signed-off-by: Artho Pacini <eu@arthopacini.com>
This commit is contained in:
parent
3b15170ccf
commit
0f645e4c70
@ -2051,7 +2051,7 @@ class PodmanCompose:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-f",
|
"-f",
|
||||||
"--file",
|
"--file",
|
||||||
help="Specify an alternate compose file (default: docker-compose.yml). If '-' is specified, the input will be read from standard input (stdin).",
|
help="Specify an alternate compose file (default: docker-compose.yml) or '-' for reading from stdin.",
|
||||||
metavar="file",
|
metavar="file",
|
||||||
action="append",
|
action="append",
|
||||||
default=[],
|
default=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user