-
Notifications
You must be signed in to change notification settings - Fork 77
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
rocker fails with recent docker #278
Comments
The code at issue is where we check that docker-py client initializes correctly. Lines 208 to 224 in 4b074a9
Can you check your version of docker-py and see if it's able to operate correctly? What version are you using? It may be that it's fallen behind the docker version on Arch. Digging a little bit deeper It looks like there's an upstream issue related to this: docker/docker-py#3256 it looks like it's actually about the version of the requests library that was upgraded. With some root cause analysis here: psf/requests#6707 I think that if you make sure docker-py has the fix they have merged it should start working again. |
I've tested on a system with requests 2.32.3 and it's working. I think that upstream has resolved this so closing. |
I'm running Docker version 26.1.3, build b72abbb6f0 on Arch Linux. After a recent update of docker (I assume), rocker does not work anymore. I get the following when I want to start
Running the same Docker image with docker works, therefore I assume it's a rocker bug.
The text was updated successfully, but these errors were encountered: