-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unix://
client URL fails
#3303
Comments
|
Searching for that error message in this repo gives you #3256. Using a newer version of Docker SDK for Python or a newer or older version of Python requests should fix the problem. |
Yeah, looks fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing #3146 (comment) , and I'm now getting errors like:
The initial root looks like:
docker-py/docker/api/client.py
Line 153 in 03e43be
where it looks for
http+unix://
but notunix://
.But if I munge the URL to be
http+unix://
instead, I get:Note that the Docker CLI is fine with
unix://
.The text was updated successfully, but these errors were encountered: