diff --git a/daemon/config/config_windows.go b/daemon/config/config_windows.go index 29d7dbaa16c58a9a2b4eace9d2ed317de44f1d0a..05b3b667bc790d3e1c05eab0258410f7d4a047b2 100644 --- a/daemon/config/config_windows.go +++ b/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 = "" )