P3GLEG / Whaler

Program to reverse Docker images into Dockerfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40

eva-barczykowska opened this issue · comments

commented

My version of client is 1.40 but I get an the following error after trying to execute the command:
./Whaler nginx:latest -f

Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40
whaler_max_supported_api
I''m not sure if this qualifies as a bug. Can you have a look?

Can you try to specify the version -sV=1.40 and send me the output

commented

whaler_sV140

That's strange behavior. Let me try and replicate the scenario and debug it tomorrow. I think off the top of my head is the Docker SDK built into your Whaler is causing it to be 1.41. If you can pin the docker go package to a lower version it should work. My understanding reading the documentation suggests that it should still be able to communicate with the server though.

I had the same error occur on Ubuntu, but was able to set the version to one before no problem.

image (7)

Are you still experiencing the issue? It may be a Windows problem.