1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/configs_unsupported.go
John Stephens e0d533b1e8
Add Windows configs support
Signed-off-by: John Stephens <johnstep@docker.com>
2017-05-16 14:25:32 -07:00

7 lines
90 B
Go

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