mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Specify the required version while the version not support daemon
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
e345d67c4e
commit
b4b9efd4c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue