mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +08:00

By default podman save tries to write to /dev/stdout, this file doe snot exists on windows and cannot be opened. Instead we should just use fd 1 in such case. [NO NEW TESTS NEEDED] Fixes #18147 Signed-off-by: Paul Holzinger <pholzing@redhat.com>