aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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