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

Function dockerLogsHint

cmd/compose/hooks.go:39–41  ·  view source on GitHub ↗
(appID string)

Source from the content-addressed store, hash-verified

37}
38
39func dockerLogsHint(appID string) string {
40 return "View and search logs for all containers in one place\nwith Docker Desktop's Logs view. " + hintLink(desktop.BuildLogsURL(appID))
41}
42
43// hintLink returns a clickable OSC 8 terminal hyperlink when ANSI is allowed,
44// or the plain URL when ANSI output is suppressed via NO_COLOR or COMPOSE_ANSI.

Callers

nothing calls this directly

Calls 2

BuildLogsURLFunction · 0.92
hintLinkFunction · 0.85

Tested by

no test coverage detected