github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/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 specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")