github.com/olljanat/moby@v1.13.1/pkg/plugins/plugins_linux.go (about)

     1  package plugins
     2  
     3  // BasePath returns the path to which all paths returned by the plugin are relative to.
     4  // For v1 plugins, this always returns the host's root directory.
     5  func (p *Plugin) BasePath() string {
     6  	return "/"
     7  }