We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f135652 + 1375933 commit 7c38d6bCopy full SHA for 7c38d6b
cli-plugins/manager/manager_windows.go
@@ -16,6 +16,5 @@ import (
16
//
17
// [ConfigFile.CLIPluginsExtraDirs]: https://pkg.go.dev/github.com/docker/[email protected]+incompatible/cli/config/configfile#ConfigFile.CLIPluginsExtraDirs
18
var defaultSystemPluginDirs = []string{
19
- filepath.Join(os.Getenv("ProgramData"), "Docker", "cli-plugins"),
20
filepath.Join(os.Getenv("ProgramFiles"), "Docker", "cli-plugins"),
21
}
0 commit comments