| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| |
| | |
Default to 127.0.0.1:2375 on Windows
|
| | |
| |
| |
| |
| |
| | |
Following the logic of the Docker client.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |/ |
|
| |
|
|
|
|
|
|
|
| |
This changes raises docker.errors.NotFound on 404 errors. This gives
client code the ability to differentiate between "an image does not
exist" and "you are using the api incorrectly".
This inherits from docker.errors.APIError so it will not affect any
existing code.
|
| |
|
|
|
|
|
| |
a-ba-fix-premature-eof
Conflicts:
docker/client.py
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
Client class
|