api/common_windows.go
f811d5b1
 package api
 
 // MinVersion represents Minimum REST API version supported
e4af39ae
 // Technically the first daemon API version released on Windows is v1.25 in
 // engine version 1.13. However, some clients are explicitly using downlevel
11454e1c
 // APIs (e.g. docker-compose v2.1 file format) and that is just too restrictive.
e4af39ae
 // Hence also allowing 1.24 on Windows.
 const MinVersion string = "1.24"