aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2026-02-25 10:31:00 +0100
committerChristian Weiske <cweiske@cweiske.de>2026-02-25 10:31:00 +0100
commit572e779b389eeb91f871aa2979f766e1724ac4ff (patch)
tree5433928a5d9cac3cd114b32e7e967402ae7550a5 /README.rst
download955-572e779b389eeb91f871aa2979f766e1724ac4ff.tar.gz
955-572e779b389eeb91f871aa2979f766e1724ac4ff.zip
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..ab63237
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,8 @@
+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::
+
+ $ export DOCKER_API_VERSION=1.41