package plugins // import "github.com/docker/docker/pkg/plugins" import ( "os" "path/filepath" ) var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}