github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/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")