moby--moby/daemon/configs_unsupported.go

8 lines
81 B
Go

// +build !linux
package daemon
func configsSupported() bool {
return false
}