VibeHunt
Back to browse

Container PS

App to show all docker images

Source

Container PS is a macOS‑only graphical utility that lists Docker containers on the local machine. It runs Docker commands through Node.js’s child_process module, so the Docker daemon must be active for the app to function. The interface shows each container with a status icon: a filled circle for running, an empty circle for stopped, and a circle with a wave for restarting.

Hovering over a container reveals details and provides controls to start, stop, restart, open a shell (bash or sh), or delete the container. The visual layout is a simple list with a screenshot illustrating the status symbols and interaction elements.

The application can be installed via Homebrew Cask or downloaded from the GitHub releases page, and its source can be built with Yarn. It is marked as stable and targets developers who need a quick visual overview and basic management of Docker containers on macOS.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps