Help request regarding the API version issue. #836
Unanswered
freaking2man
asked this question in
Q&A
Replies: 1 comment
-
|
@freaking2man there's a flag to explicitly select the Docker API version you can use (it's the global |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've installed the latest version of docker-slim, but whenever I try to slim a base image, I keep getting an error saying my Docker client API version is 1.33—below the minimum required version of 1.44. However, I’ve double- and triple-checked, and my actual client API version is definitely 1.53 (confirmed via docker version --format '{{.Client.APIVersion}}').
What could be causing this discrepancy? Is docker-slim incorrectly detecting or reporting the API version?
The error is shown in the image below:

My Docker client version is shown in the image below:

The installed docker-slim version is shown in the image below:

Beta Was this translation helpful? Give feedback.
All reactions