blob: f0af3477f42f71181cfca6e16510dc23f9bf6755 [file] [log] [blame]
package plugins // import "github.com/docker/docker/pkg/plugins"
import (
"os"
"path/filepath"
)
var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}