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

     1  //go:build !linux && !freebsd
     2  
     3  package config
     4  
     5  // optionExecRoot is a no-op on non-unix platforms.
     6  func optionExecRoot(execRoot string) Option {
     7  	return func(*Config) {}
     8  }