github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/daemon/cluster/listen_addr_others.go (about) 1 //go:build !linux 2 3 package cluster // import "github.com/docker/docker/daemon/cluster" 4 5 import "net" 6 7 func (c *Cluster) resolveSystemAddr() (net.IP, error) { 8 return c.resolveSystemAddrViaSubnetCheck() 9 }