libnetwork_windows_test.go 170 B

123456789101112
  1. package libnetwork_test
  2. import (
  3. "os"
  4. "path/filepath"
  5. )
  6. const bridgeNetType = "nat"
  7. var (
  8. specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
  9. )