gopkg.in/docker/docker.v20@v20.10.27/daemon/cluster/listen_addr_others.go (about)

     1  //go:build !linux
     2  // +build !linux
     3  
     4  package cluster // import "github.com/docker/docker/daemon/cluster"
     5  
     6  import "net"
     7  
     8  func (c *Cluster) resolveSystemAddr() (net.IP, error) {
     9  	return c.resolveSystemAddrViaSubnetCheck()
    10  }