daemon/config: fix GoDoc for StockRuntimeName
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3a7fda78a2
commit
8925f735a1
1 changed files with 3 additions and 2 deletions
|
@ -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 = ""
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue