spiegel_podman/pkg/bindings
Matthew Heon ce829a2a84 Correctly print STDOUT on non-terminal remote exec
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>
2020-07-22 14:41:17 -04:00
..
containers Correctly print STDOUT on non-terminal remote exec 2020-07-22 14:41:17 -04:00
generate move go module to v2 2020-07-06 15:52:17 +02:00
images move go module to v2 2020-07-06 15:52:17 +02:00
manifests move go module to v2 2020-07-06 15:52:17 +02:00
network move go module to v2 2020-07-06 15:52:17 +02:00
play move go module to v2 2020-07-06 15:52:17 +02:00
pods move go module to v2 2020-07-06 15:52:17 +02:00
system move go module to v2 2020-07-06 15:52:17 +02:00
test events endpoint: fix panic and race condition 2020-07-21 16:56:26 +02:00
volumes move go module to v2 2020-07-06 15:52:17 +02:00
bindings.go V2 podman system connection 2020-06-24 14:41:09 -04:00
connection.go move go module to v2 2020-07-06 15:52:17 +02:00
errors.go move go module to v2 2020-07-06 15:52:17 +02:00