Skip to content

feat(agent): collect and display stopped/exited containers#1886

Open
svenvg93 wants to merge 3 commits intohenrygd:mainfrom
svenvg93:1786-collect-all-containers
Open

feat(agent): collect and display stopped/exited containers#1886
svenvg93 wants to merge 3 commits intohenrygd:mainfrom
svenvg93:1786-collect-all-containers

Conversation

@svenvg93
Copy link
Copy Markdown
Collaborator

@svenvg93 svenvg93 commented Apr 3, 2026

📃 Description

Collects and displays stopped, exited, and paused Docker containers in addition to running ones. Stopped containers appear in the containers table with their Docker status string (e.g. Exited (0) 2 hours ago) and zero CPU/memory/network stats. A colored status dot is shown next to the container name to indicate state at a glance.

closes #1786

🪵 Changelog

➕ Added

  • Collect stopped/exited/paused containers from the Docker API by default
  • Status indicator dot next to container name (green = running, yellow = restarting, muted = paused/created, red = exited/dead)
  • DOCKER_RUNNING_ONLY environment variable to opt out and collect only running containers (previous behavior)

✏️ Changed

  • Docker container list query now uses ?all=1 by default

📷 Screenshots

Scherm­afbeelding 2026-04-03 om 20 19 09

@svenvg93 svenvg93 requested a review from henrygd as a code owner April 3, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Collect and display stopped/exited/crashed containers

1 participant