Merge pull request #26613 from Microsoft/jjh/14393
Windows: Turn off builds<14393
This commit is contained in:
commit
38d187d3ae
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ func checkSystem() error {
|
|||
if osv.MajorVersion < 10 {
|
||||
return fmt.Errorf("This version of Windows does not support the docker daemon")
|
||||
}
|
||||
if osv.Build < 14300 {
|
||||
return fmt.Errorf("The docker daemon requires Windows Server 2016 Technical Preview 5 build 14300 or later")
|
||||
if osv.Build < 14393 {
|
||||
return fmt.Errorf("The docker daemon requires build 14393 or later of Windows Server 2016 or Windows 10")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue