docker_test_vars_daemon.go 124 B

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