moby--moby/integration-cli/docker_test_vars_daemon.go

9 lines
124 B
Go

// +build daemon
package main
const (
// tests can assume daemon runs on the same machine as CLI
isLocalDaemon = true
)