Explorar o código

Windows: Allow API v1.24

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard %!s(int64=8) %!d(string=hai) anos
pai
achega
e4af39aeb3
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      api/common_windows.go

+ 5 - 1
api/common_windows.go

@@ -1,4 +1,8 @@
 package api
 
 // MinVersion represents Minimum REST API version supported
-const MinVersion string = "1.25"
+// Technically the first daemon API version released on Windows is v1.25 in
+// engine version 1.13. However, some clients are explicitly using downlevel
+// APIs (eg docker-compose v2.1 file format) and that is just too restrictive.
+// Hence also allowing 1.24 on Windows.
+const MinVersion string = "1.24"