github.com/michael-k/docker@v1.7.0-rc2/integration-cli/docker_test_vars_daemon.go (about)

     1  // +build daemon
     2  
     3  package main
     4  
     5  const (
     6  	// tests can assume daemon runs on the same machine as CLI
     7  	isLocalDaemon = true
     8  )