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

Method DaemonHost

pkg/dryrun/dryrunclient.go:624–626  ·  pkg/dryrun/dryrunclient.go::DryRunClient.DaemonHost
()

Source from the content-addressed store, hash-verified

622}
623
624func (d *DryRunClient) DaemonHost() string {
625 return d.apiClient.DaemonHost()
626}
627
628func (d *DryRunClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) {
629 return d.apiClient.ServerVersion(ctx, options)

Calls

no outgoing calls