Closed JayH5 closed 6 years ago
Docker SDK for Python 3.2.0 changed the internals of streaming logs in order to support cancellable streams (docker/docker-py#1965). This has broken our hacking around in the Docker client's stream logic.
Use docker < 3.2.0 until this is fixed.
docker < 3.2.0
@thedrow I've released Seaworthy 0.2.1.2 with the pinned dependency.
Docker SDK for Python 3.2.0 changed the internals of streaming logs in order to support cancellable streams (docker/docker-py#1965). This has broken our hacking around in the Docker client's stream logic.
Use
docker < 3.2.0
until this is fixed.