Merge pull request #26057 from mwieczorek/fix-25903
fix for PR #25903 - spec file support for Windows plugin discovery Upstream-commit: 3dc19808e01d52b6ebb5e201914863fd6e2d68a2 Component: engine
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
package plugins
|
||||
|
||||
var specsPaths = []string{"/etc/docker/plugins", "/usr/lib/docker/plugins"}
|
||||
|
||||
@ -5,4 +5,4 @@ import (
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
var specPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}
|
||||
var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}
|
||||
|
||||
Reference in New Issue
Block a user