MCPcopy
hub / github.com/uber/kraken / dockerClient

Struct dockerClient

lib/containerruntime/dockerdaemon/cli.go:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type dockerClient struct {
40 version string
41 scheme string
42 addr string
43 basePath string
44 registry string
45
46 client *http.Client
47}
48
49// NewDockerClient creates a new DockerClient.
50func NewDockerClient(config Config, registry string) (DockerClient, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected