Sign in
cos
/
third_party
/
docker
/
refs/heads/upstream/docker-29.x
/
.
/
pkg
/
plugins
/
discovery_windows.go
blob: 8d61bade2aad4e141c422d32c1f903604ff6367c [
file
] [
edit
]
package plugins
import (
"os"
"path/filepath"
)
// specsPaths is the Windows implementation of [SpecsPaths].
func specsPaths() []string {
return []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}
}