1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Vojtech Vitek (V-Teq) d742c57f53 DockerCli: Check IsTerminal() for both STDIN and STDOUT
`docker events > /tmp/out` should not print control
characters to non-terminal STDOUT.

This addresses commit 26b4a4920a
without creating regression described in issue #6509.

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
2014-09-25 20:58:24 +02:00
..
cli.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00
commands.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00
hijack.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00
utils.go DockerCli: Check IsTerminal() for both STDIN and STDOUT 2014-09-25 20:58:24 +02:00