mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
I confused STDIN and STDOUT's file descriptors (it's 0 and 1, I thought they were 1 and 0). As such, we were looking at whether we wanted to print STDIN when we looked to print STDOUT. This bool was set when `-i` was set in at the `podman exec` command line, which masked the problem when it was set. Fixes #6890 Fixes #6891 Fixes #6892 Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| attach.go | ||
| checkpoint.go | ||
| commit.go | ||
| containers.go | ||
| create.go | ||
| diff.go | ||
| exec.go | ||
| healthcheck.go | ||
| logs.go | ||
| mount.go | ||
| types.go | ||