d11wtq / dockerpty

Pseudo-tty handler for docker Python client
https://github.com/d11wtq/dockerpty
Apache License 2.0
156 stars 62 forks source link

Retry after encountering a recoverable error when reading. #35

Closed bschmeck closed 9 years ago

bschmeck commented 9 years ago

Fixes d11wtq/dockerpty#32.

michaelstandley commented 9 years ago

Can this be merged? I have applied this patch to our CI farm as a hot-fix and it has completely resolved this issue: https://github.com/d11wtq/dockerpty/issues/26

dnephin commented 9 years ago

LGTM

aanand commented 9 years ago

LGTM

aanand commented 9 years ago

Thanks very much. We should get this into Compose ASAP to see if it fixes #26 for others.