mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
Specify a different bridge for tests than for regular runtime
This commit is contained in:
@@ -60,6 +60,8 @@ func init() {
|
||||
panic("docker tests needs to be run as root")
|
||||
}
|
||||
|
||||
NetworkBridgeIface = "testdockbr0"
|
||||
|
||||
// Make it our Store root
|
||||
runtime, err := NewRuntimeFromDirectory(unitTestStoreBase)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user