Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + var AcceptedFilters = map[string]bool + func NewRouter(b Backend, c *cluster.Cluster) router.Router + type Backend interface + ConnectContainerToNetwork func(containerName, networkName string, endpointConfig *network.EndpointSettings) error + CreateNetwork func(nc types.NetworkCreateRequest) (*types.NetworkCreateResponse, error) + DeleteNetwork func(name string) error + DisconnectContainerFromNetwork func(containerName string, networkName string, force bool) error + FindNetwork func(idName string) (libnetwork.Network, error) + GetNetworkByName func(idName string) (libnetwork.Network, error) + GetNetworks func() []libnetwork.Network + GetNetworksByID func(partialID string) []libnetwork.Network + NetworksPrune func(pruneFilters filters.Args) (*types.NetworksPruneReport, error)