moby/daemon/configs_linux.go
Aaron Lehmann 9e9fc7b57c Add config support to executor backend
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-05-11 10:08:21 -07:00

7 lines
79 B
Go

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