API version 1.41 is not supported by this client: the minimum supported API version is 1.44 #27877
-
|
What is the situation? How to solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
afbjorklund
Jan 9, 2026
Replies: 1 comment 4 replies
-
|
Docker client v29 now requires Docker server v25, while Podman only supports 1.12-20.10 (API version 1.24-1.41) See https://docs.docker.com/reference/api/engine/ https://docs.docker.com/engine/release-notes/29/#2900 So you need to either downgrade the https://docs.docker.com/engine/install/binaries/#install-client-binaries-on-macos
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
imhansai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker client v29 now requires Docker server v25, while Podman only supports 1.12-20.10 (API version 1.24-1.41)
See https://docs.docker.com/reference/api/engine/
https://docs.docker.com/engine/release-notes/29/#2900
So you need to either downgrade the
dockerclient to an older version (v28), or use thepodmanclient instead...https://docs.docker.com/engine/install/binaries/#install-client-binaries-on-macos
podman images