Specify the required version while the version not support daemon

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: b4b9efd4c515601c60439b146a603fe17fa823fb
Component: engine
This commit is contained in:
lixiaobing10051267
2016-09-09 16:47:11 +08:00
parent 1d1f2eb8d2
commit 54ffd0826e

View File

@ -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
}