github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/pkg/plugins/plugins_unix.go (about) 1 // +build !windows 2 3 package plugins 4 5 // BasePath returns the path to which all paths returned by the plugin are relative to. 6 // For v1 plugins, this always returns the host's root directory. 7 func (p *Plugin) BasePath() string { 8 return "/" 9 }