github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/libnetwork/libnetwork_windows_test.go (about) 1 package libnetwork_test 2 3 import ( 4 "os" 5 "path/filepath" 6 ) 7 8 const bridgeNetType = "nat" 9 10 var ( 11 specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins") 12 )