diff --git a/daemon/daemon_windows.go b/daemon/daemon_windows.go index ad65fab4ce..55ad6c568d 100644 --- a/daemon/daemon_windows.go +++ b/daemon/daemon_windows.go @@ -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 }