From d27d7398aed42c0939e41eaebfdd1bdf342e3c02 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 25 Feb 2026 14:39:49 +0100 Subject: --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 63b125a..b5c3efe 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Problem:: $ docker compose -f compose.dev.yml ps Error response from daemon: client version 1.53 is too new. Maximum supported API version is 1.41 -Solution:: +Workaround:: $ export DOCKER_API_VERSION=1.41 -- cgit v1.2.3