-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked' #2578
Comments
Running a shell script fixed it. Must be docker-compose related.
|
You seem to be using an ancient version of docker-compose. Since you're getting a python stack dump this is a) nothing related to my image b) indicates you're using the he old python based tool. Upgrade your docker tooling and you'll find that |
Thanks. I changed the code from |
thanks my friend, this comand work with me |
I am running a fresh Ubuntu 24 install from Linode and have the same issue: unexpected keyword argument 'chunked' docker: 'compose' is not a docker command.
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Try using my installer script that installs the latest version of docker-compose from its official GitHub repository. This fixed my problem and you should be able to issue |
Thanks buddy it worked for me . |
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Waw, it works for me. Thanks bro! |
Hi can u help me docker works in serv but fail like this / SSH + DOCKER ready inst and lastes During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Install the plugin with https://docs.docker.com/compose/install/ linux/ and use |
thx uu works for me |
If you're having sudo apt install docker-compose-v2 |
Describe the problem
This just started out of nowhere and now I can get my server up. I removed the docker image that was running the server using docker stop $ID; docker rm $ID. Then I tried moving the directory to what is listed in the docker-compose file I have added to this request. And I get this error. It use to work fine a few days ago.
Everyone is pissed at me.
Can you take a second to give me a little advice?
Container definition
Container logs
The text was updated successfully, but these errors were encountered: