MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / DockerDriver

Struct DockerDriver

internal/substrate/runtime/docker.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type DockerDriver struct {
16 Runtime *node.DockerRuntime
17 Paths store.Paths
18 Version string
19}
20
21func NewDockerDriver(paths store.Paths) (*DockerDriver, error) {
22 rt, err := node.NewDockerRuntime()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected