reg/vendor/github.com/docker/docker-ce/components/engine/daemon/configs_windows.go

8 lines
81 B
Go
Raw Normal View History

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