mirror of
https://github.com/moby/moby.git
synced 2026-07-21 23:12:13 +00:00
9 lines
189 B
Go
9 lines
189 B
Go
package plugins // import "github.com/docker/docker/pkg/plugins"
|
|
|
|
import (
|
|
"os"
|
|
"path/filepath"
|
|
)
|
|
|
|
var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}
|