github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/daemon/configs_unsupported.go (about) 1 //go:build !linux && !windows 2 3 package daemon // import "github.com/docker/docker/daemon" 4 5 func configsSupported() bool { 6 return false 7 }