Skip to content

// Generated from the feature catalog

Apps & Container Management

Knows What’s Wrong Before You Do · Shipped · workstation

Docker, Podman, Flatpak, Snap, and AppImage lifecycle management with a dedicated dashboard panel.

A dedicated dashboard panel for managing containerized and packaged applications. Scans for running Docker and Podman containers, installed Flatpak apps and remotes, Snap packages and channels, and AppImage files. Provides inspection, status monitoring, and lifecycle controls.

The container scanner probes Docker and Podman sockets for running containers, images, and resource usage. App scanners enumerate installed Flatpak, Snap, and AppImage applications. The dashboard routes expose these through REST APIs consumed by the frontend panel.

Container lifecycle operations (start, stop, remove) require approval for destructive actions.

  • halbert_core/halbert_core/discovery/scanners/container.py
  • halbert_core/halbert_core/discovery/scanners/apps/
  • halbert_core/halbert_core/dashboard/routes/containers.py