MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / dockerV20Client

Struct dockerV20Client

internal/docker/docker_impl.go:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type dockerV20Client struct {
74 config config.DockerConfig
75 dockerClient *client.Client
76 logger log.Logger
77
78 // backendFailuresMetric counts the failed requests to the backend.
79 backendFailuresMetric metrics.SimpleCounter
80 // backendRequestsMetric counts the requests to the backend.
81 backendRequestsMetric metrics.SimpleCounter
82}
83
84func (d *dockerV20Client) getImageName() string {
85 return d.config.Execution.DockerLaunchConfig.ContainerConfig.Image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected