github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/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 }