github.com/cookieai-jar/moby@v17.12.1-ce-rc2+incompatible/api/common_windows.go (about)

     1  package api
     2  
     3  // MinVersion represents Minimum REST API version supported
     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 (e.g. 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"