Closed edsantiago closed 5 years ago
Load an image from a tar archive or STDIN
Ideally the behaviour of podman load
should report in both cases.
podman load <tar-file>
i.e. argument without any flag should report error.podman load
with input from terminal, It should report error.I can work on this.
/assign
@kunalkushwaha Dan is working on it; #2674. Thank you!
ohh okay thanks for update :)
seems like this is fixed
There's a confusing and (AFAICT) unused
PATH
option for podman load:The man page describes the argument differently, and non-optional:
However, the option seems to be completely ignored. This is especially misleading when a naïve user types
podman load foo.tar
and it just hangs (waiting for input on stdin).This one is beyond my ability because I don't know the intention behind this argument.
While you're looking into it, could you also add an
isTerminal()
check?