github.com/yogeshlonkar/moby@v1.13.2-0.20201203103638-c0b64beaea94/pkg/plugins/discovery_windows.go (about) 1 package plugins 2 3 import ( 4 "os" 5 "path/filepath" 6 ) 7 8 var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}