dotcloud/docker

View on GitHub
libnetwork/config/config_unsupported.go

Summary

Maintainability
A
0 mins
Test Coverage
//go:build !linux && !freebsd

package config

// optionExecRoot is a no-op on non-unix platforms.
func optionExecRoot(execRoot string) Option {
    return func(*Config) {}
}