github.com/rish1988/moby@v25.0.2+incompatible/libnetwork/config/config_freebsd.go (about)

     1  package config
     2  
     3  // FIXME(thaJeztah): ExecRoot is only used for Controller.startExternalKeyListener(), but "libnetwork-setkey" is only implemented on Linux.
     4  func optionExecRoot(execRoot string) Option {
     5  	return func(c *Config) {
     6  		c.ExecRoot = execRoot
     7  	}
     8  }