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

Struct DockerRuntime

internal/substrate/node/docker.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type DockerRuntime struct {
20 Client *client.Client
21}
22
23func NewDockerRuntime() (*DockerRuntime, error) {
24 opts := []client.Opt{client.FromEnv, client.WithAPIVersionNegotiation()}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected