Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cbd94183abd05880d293f1235707209d7fe593b8
/
.
/
libnetwork
/
libnetwork_windows_test.go
blob: 5f067a89d98972efebacb5c9fd76a09fd29fbd61 [
file
]
package libnetwork_test
import (
"os"
"path/filepath"
)
const bridgeNetType = "nat"
var specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")