Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cf31b9622ae9de4b5fb7a1c9456460980ab80281
/
.
/
pkg
/
plugins
/
discovery_windows.go
blob: f0af3477f42f71181cfca6e16510dc23f9bf6755 [
file
]
package plugins
// import "github.com/docker/docker/pkg/plugins"
import (
"os"
"path/filepath"
)
var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}