package windows
import "github.com/docker/libnetwork/drivers/windows"
Index ¶
- Constants
- func GetInit(networkType string) func(dc driverapi.DriverCallback, config map[string]interface{}) error
Constants ¶
const ( // NetworkName label for bridge driver NetworkName = "com.docker.network.windowsshim.networkname" // HNSID of the discovered network HNSID = "com.docker.network.windowsshim.hnsid" // RoutingDomain of the network RoutingDomain = "com.docker.network.windowsshim.routingdomain" )
Functions ¶
func GetInit ¶
func GetInit(networkType string) func(dc driverapi.DriverCallback, config map[string]interface{}) error
GetInit returns an initializer for the given network type
Source Files ¶
- Version
- v0.7.0-dev.4
- Published
- Mar 8, 2016
- Platform
- windows/amd64
- Imports
- 12 packages
- Last checked
- 9 hours ago –
Tools for package owners.