Files
docker-cli/components/engine/daemon/configs_windows.go
John Stephens 0f00ae4912 Add Windows configs support
Signed-off-by: John Stephens <johnstep@docker.com>
Upstream-commit: e0d533b1e8a8dd62ed6dff2dfda3c3220e0474b9
Component: engine
2017-05-16 14:25:32 -07:00

8 lines
81 B
Go

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