Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/docker-v29.0.0
/
.
/
daemon
/
libnetwork
/
config
/
config_windows.go
blob: 73625f5cc828aa1f83d4f915988d3cc581a6a5bc [
file
]
package config
// PlatformConfig defines platform-specific configuration.
type PlatformConfig struct{}
// optionExecRoot is a no-op on non-unix platforms.
func optionExecRoot(execRoot string) Option {
return func(*Config) {}
}