mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b3c883bb2f
Most of these tests are making use of the bridge network and do not work on Windows. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
12 lines
170 B
Go
12 lines
170 B
Go
package libnetwork_test
|
|
|
|
import (
|
|
"os"
|
|
"path/filepath"
|
|
)
|
|
|
|
const bridgeNetType = "nat"
|
|
|
|
var (
|
|
specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")
|
|
)
|