github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/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  }