mirror of https://github.com/docker/docker-py.git
				
				
				
			| Treat output from TTY-enabled containers as raw streams, rather than as multiplexed streams. The docker API docs specify that tty-enabled containers don't multiplex. Also update tests to pass with these changes, and changed the code used to read raw streams to not read line-by-line, and to not skip empty lines. Addresses issue #630 Signed-off-by: Dan O'Reilly <oreilldf@gmail.com> | ||
|---|---|---|
| .. | ||
| testdata/certs | ||
| __init__.py | ||
| base.py | ||
| fake_api.py | ||
| fake_stat.py | ||
| integration_test.py | ||
| test.py | ||
| utils_test.py | ||