MCPcopy
hub / github.com/docker/compose / dockerCliContextInfo

Struct dockerCliContextInfo

pkg/compose/docker_cli_providers.go:24–26  ·  view source on GitHub ↗

dockerCliContextInfo implements api.ContextInfo using Docker CLI

Source from the content-addressed store, hash-verified

22
23// dockerCliContextInfo implements api.ContextInfo using Docker CLI
24type dockerCliContextInfo struct {
25 cli command.Cli
26}
27
28func (c *dockerCliContextInfo) CurrentContext() string {
29 return c.cli.CurrentContext()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected