DockUI is a terminal dashboard for day-to-day Docker management.
It is built for fast operational work inside a TUI: viewing container state, checking logs, inspecting Docker resources, running common actions, and cleaning up unused resources without leaving the dashboard.
- Container management: start, stop, restart, remove, bulk stop/remove
- Live container stats: CPU, memory, disk I/O, network I/O
- Container logs: follow mode, timestamps toggle, search, tail selection
- Container inspect view: env vars, mounts, networks, IPs, labels, health, restart policy
- In-dashboard container exec: run quick commands without leaving DockUI
- Image management: inspect, history, tag, remove, prune dangling, prune unused
- Volume management: inspect, delete, bulk delete, attached container details
- Network management: inspect, create, remove, connect container, disconnect container
- Compose management: up, down, restart, pull, logs, project details
- System page: Docker version, context, runtime info, feature availability, disk usage, warnings
- Cleanup tools: stopped containers, unused volumes, unused networks, dangling build cache
- Search, filter, and sort support across major resource pages