|
@@ -218,7 +218,7 @@ func verifyDaemonSettings(config *config.Config) error {
|
|
|
|
|
|
// checkSystem validates platform-specific requirements
|
|
|
func checkSystem() error {
|
|
|
- // Validate the OS version. Note that docker.exe must be manifested for this
|
|
|
+ // Validate the OS version. Note that dockerd.exe must be manifested for this
|
|
|
// call to return the correct version.
|
|
|
osv := system.GetOSVersion()
|
|
|
if osv.MajorVersion < 10 {
|