MCPcopy
hub / github.com/pranshuparmar/witr / dockerRuntime

Struct dockerRuntime

internal/proc/runtime_docker.go:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5func init() { registerRuntime(dockerRuntime{}) }
6
7type dockerRuntime struct{}
8
9func (dockerRuntime) Name() string { return "docker" }
10func (dockerRuntime) Available() bool { return binAvailable("docker") }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected