moby--moby/libnetwork/libnetwork_windows_test.go

13 lines
170 B
Go

package libnetwork_test
import (
"os"
"path/filepath"
)
const bridgeNetType = "nat"
var (
specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
)