github.com/rawahars/moby@v24.0.4+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 (
    11  	specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
    12  )