Files
docker-cli/components/engine/daemon/configs_linux.go
Aaron Lehmann efc30370d8 Add config support to executor backend
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: 9e9fc7b57c1764c008e568ed52bcd1aade7eb40c
Component: engine
2017-05-11 10:08:21 -07:00

8 lines
79 B
Go

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