MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / dockerRunnerImpl

Struct dockerRunnerImpl

src/cmd/linuxkit/pkglib/dockerimpl.go:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68)
69
70type dockerRunnerImpl struct {
71 cache bool
72}
73
74func NewDockerRunner(cache bool) DockerRunner {
75 return &dockerRunnerImpl{cache: cache}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected