summaryrefslogtreecommitdiff
path: root/cmd/podman/images/utils_linux.go
Commit message (Collapse)AuthorAge
* podman save use named pipeQi Wang2020-08-12
podman save uses named pipe as output path, not directly using /dev/stdout. fix #7017 Signed-off-by: Qi Wang <qiwan@redhat.com>