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

Function composeLogsHint

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

Source from the content-addressed store, hash-verified

33)
34
35func composeLogsHint(appID string) string {
36 return "Filter, search, and stream logs from all your Compose services\nin one place with Docker Desktop's Logs view. " + hintLink(desktop.BuildLogsURL(appID))
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))

Callers 1

Calls 2

BuildLogsURLFunction · 0.92
hintLinkFunction · 0.85

Tested by 1