SIGN IN SIGN UP
docker / compose UNCLAIMED

Define and run multi-container applications with Docker

0 0 63 Go

feat: pre-filter Desktop Logs view by Compose project

Pass the active project name as the appId query parameter on the
docker-desktop://dashboard/logs deep link, both from the post-command
hint (compose up -d, compose logs) and the interactive nav menu
('l' key during compose up). The hook subprocess re-runs compose-go's
project loader so the name matches what the parent computed; it skips
the appId when -p, -f, --project-directory, --workdir, or --env-file
is set, since the hook payload does not carry their values. docker
logs stays unfiltered: the CLI hook contract does not expose the
positional container id.

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
G
Guillaume Lours committed
c59e13cde50dfcbb2f62d173b96cb8f51fc1e6eb
Parent: 554a2ba
Committed by Guillaume Lours <705411+glours@users.noreply.github.com> on 5/18/2026, 3:28:03 PM