A terminal user interface (TUI) for viewing and managing Docker containers.
oxker is a terminal-based application that provides a simple and efficient interface for monitoring and controlling Docker containers. It allows developers to manage their containerized workloads directly from the command line without needing a web browser or a separate GUI application.
Developers and system administrators who work with Docker containers and prefer a keyboard-driven, terminal-based workflow for container management.
oxker offers a lightweight, customizable, and fast alternative to Docker's CLI or web-based tools, prioritizing keyboard-driven efficiency and real-time interaction within the terminal.
A simple tui to view & control docker containers
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Displays live container lists with status, image, and ports, updating at configurable intervals (default 1 second) for immediate oversight, as shown in the demo and update interval argument.
Supports extensive keyboard shortcuts for common Docker commands like start, stop, and exec, reducing CLI typing and enabling fast interaction, with customizable keymaps via config file.
Allows configuration of keymaps, color schemes, and panel layouts through TOML/JSON files, enabling personalized workflows, as detailed in the example_config directory.
Built in Rust with a minimal TUI, it runs efficiently on resource-constrained devices like Raspberry Pi, evidenced by specific build instructions and optimizations for low-end hardware.
Limited to managing containers on a single Docker daemon via host argument or socket; lacks native support for Docker Swarm, Kubernetes, or multi-host environments without workarounds.
The README admits initial log parsing can be slow on devices like Raspberry Pi Zero with thousands of lines, requiring adjusted update intervals (-d argument) which may impact real-time responsiveness.
Requires mounting the Docker socket with extensive privileges, posing security risks if not properly secured, and the tool doesn't offer built-in access controls or audit trails.
Focuses on basic container operations and logs; missing features like network or volume management, health checks, or integration with Docker Compose for service-level control.