github.com/aimxhaisse/docker@v1.6.2/integration-cli/docker_test_vars_cli.go (about)

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