moby--moby/integration-cli/docker_test_vars_cli.go

9 lines
133 B
Go

// +build !daemon
package main
const (
// tests should not assume daemon runs on the same machine as CLI
isLocalDaemon = false
)