MCPcopy Create free account
hub / github.com/docker/compose / MetricsSocket

Method MetricsSocket

pkg/e2e/framework.go:308–310  ·  view source on GitHub ↗

MetricsSocket get the path where test metrics will be sent

()

Source from the content-addressed store, hash-verified

306
307// MetricsSocket get the path where test metrics will be sent
308func (c *CLI) MetricsSocket() string {
309 return filepath.Join(c.ConfigDir, "docker-cli.sock")
310}
311
312// NewDockerCmd creates a docker cmd without running it
313func (c *CLI) NewDockerCmd(t testing.TB, args ...string) icmd.Cmd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected