moby--moby/daemon/configs_windows.go

8 lines
81 B
Go

// +build windows
package daemon
func configsSupported() bool {
return true
}