Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -1,4 +1,8 @@ |
| 1 | 1 |
package api |
| 2 | 2 |
|
| 3 | 3 |
// MinVersion represents Minimum REST API version supported |
| 4 |
-const MinVersion string = "1.25" |
|
| 4 |
+// Technically the first daemon API version released on Windows is v1.25 in |
|
| 5 |
+// engine version 1.13. However, some clients are explicitly using downlevel |
|
| 6 |
+// APIs (eg docker-compose v2.1 file format) and that is just too restrictive. |
|
| 7 |
+// Hence also allowing 1.24 on Windows. |
|
| 8 |
+const MinVersion string = "1.24" |