Merge pull request #26438 from lixiaobing10051267/masterSystem
docker daemon requires windows version info while low build Upstream-commit: 704049a6914b1fa38199bf8dc38af761eb3e7f2d Component: engine
This commit is contained in:
@@ -165,7 +165,7 @@ func checkSystem() error {
|
||||
return fmt.Errorf("This version of Windows does not support the docker daemon")
|
||||
}
|
||||
if osv.Build < 14300 {
|
||||
return fmt.Errorf("The Windows daemon requires Windows Server 2016 Technical Preview 5 build 14300 or later")
|
||||
return fmt.Errorf("The docker daemon requires Windows Server 2016 Technical Preview 5 build 14300 or later")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user