MCPcopy Index your code
hub / github.com/GoogleContainerTools/container-structure-test / DockerDriver

Struct DockerDriver

pkg/drivers/docker_driver.go:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type DockerDriver struct {
39 originalImage string
40 currentImage string
41 cli docker.Client
42 env map[string]string
43 save bool
44 runtime string
45 platform string
46 runOpts unversioned.ContainerRunOptions
47}
48
49func NewDockerDriver(args DriverConfig) (Driver, error) {
50 newCli, err := docker.NewClientFromEnv()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected