docker_test_vars_cli.go 133 B

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