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