github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/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")}