Closed jorge-marques closed 8 years ago
Can you try without using an SSH tunnel? BadStatusLine
is something that comes out of python-requests
, so somehow the HTTP request made to the Docker daemon didn't work, so the first thing to try is a more "direct" connection to the daemon.
No response; closing.
Hi, I'm trying out maestro but having some trouble:
Here's my test maestro file:
I've tried running
maestro pull
bug getConnectionError: ('Connection aborted.', BadStatusLine("''",))
The error seems to come from docker-py. I'm running docker 1.7.1. Anyone experiencing similar issues? Any help would be very appreciated.