summaryrefslogtreecommitdiff
path: root/daemon/configs_unsupported.go
blob: ce98148ee71bd21a4c9859dc188110ff31ae37eb (plain)
1
2
3
4
5
6
7
8
//go:build !linux && !windows
// +build !linux,!windows

package daemon // import "github.com/docker/docker/daemon"

func configsSupported() bool {
	return false
}