Przeglądaj źródła

daemon/config: fix GoDoc for StockRuntimeName

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 2 lat temu
rodzic
commit
8925f735a1
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      daemon/config/config_windows.go

+ 3 - 2
daemon/config/config_windows.go

@@ -5,8 +5,9 @@ import (
 )
 
 const (
-	// This is used by the `default-runtime` flag in dockerd as the default value.
-	// On windows we'd prefer to keep this empty so the value is auto-detected based on other options.
+	// StockRuntimeName is used by the 'default-runtime' flag in dockerd as the
+	// default value. On Windows keep this empty so the value is auto-detected
+	// based on other options.
 	StockRuntimeName = ""
 )