An immersive terminal interface for managing Docker containers, services, and images with a visual dashboard.
Dockly is an immersive terminal interface for managing Docker containers, services, and images. It provides a visual dashboard that displays real-time information about container status, logs, and resource usage, allowing users to interact with their Docker environment directly from the command line. It solves the problem of managing Docker resources through purely textual commands by offering a more intuitive, graphical-like interface in the terminal.
Developers, DevOps engineers, and system administrators who regularly work with Docker and prefer terminal-based tools for container management.
Developers choose Dockly for its unique blend of CLI efficiency and GUI-like visualization, enabling faster Docker management without switching to a separate graphical application. Its keyboard-driven interface and real-time updates provide a streamlined workflow for monitoring and controlling containers.
Immersive terminal interface for managing docker containers and services
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides a live, immersive view of container status, logs, and resource usage directly in the terminal, as showcased in the animated demo GIF for quick monitoring.
Enables rapid management actions like starting or stopping containers with keyboard shortcuts, streamlining workflows without relying on mouse clicks.
Supports connecting to Docker daemons via multiple protocols including Unix socket, HTTP, HTTPS, and SSH, as detailed in the command line options for local and remote use.
Allows filtering containers by name or status using URL-encoded filters based on Docker API, making it easier to manage large sets of containers.
Requires Node.js v7.6 or higher, which can be a hindrance in environments with older or restricted Node.js versions, as highlighted in the FAQ on unsupported versions causing errors.
Users may encounter issues like garbled text in PuTTY or broken icons, necessitating manual fixes such as enabling VT100 support or adjusting locale settings, as noted in the troubleshooting FAQ.
Focuses primarily on individual containers and images, lacking built-in support for managing Docker Compose stacks or Swarm services, which are critical for complex deployment scenarios.