| Crates.io | dprs |
| lib.rs | dprs |
| version | 0.1.14 |
| created_at | 2025-05-30 16:42:14.518696+00 |
| updated_at | 2025-12-08 17:39:48.189206+00 |
| description | dprs (Docker PRocesS viewer ) is a terminal user interface for managing Docker containers and monitoring their logs. |
| homepage | https://durableprogramming.com/ |
| repository | https://github.com/durableprogramming/dprs |
| max_upload_size | |
| id | 1695332 |
| size | 5,750,718 |
DPRS (Docker PRocesS Manager) is a terminal user interface for managing Docker containers and monitoring their logs. Built with a focus on reliability, usability, and efficient container management.
DPRS is designed to assist in software development, not sysadmin or DevOps, and features related to those tasks are prioritized.

curl -fsSL https://get.durableprogramming.com | sh
.o8
"888 _____ __
.oooo888 oo.ooooo. oooo d8b .oooo.o | \.-----.----.| |--.-----.----.
d88' `888 888' `88b `888""8P d88( `8 () | -- | _ | __|| <| -__| _|
888 888 888 888 888 `"Y88b. |_____/|_____|____||__|__|_____|__| _______
888 888 888 888 888 o. )88b () | __ \ __ \.-----.----.-----.-----.| __|
`Y8bod88P" 888bod8P' d888b 8""888P' | __/ <| _ | __| -__|__ --||__ |
--------- 888 --------------------- |___| |___|__||_____|____|_____|_____||_______|
o888o .--------.---.-.-----.---.-.-----.-----.----.
A Durable | | _ | | _ | _ | -__| _|
Programming |__|__|__|___._|__|__|___._|___ |_____|__|
Production |_____|
Container Management
Log Monitoring
DPRS provides two main binaries:
dprs
Navigate containers with arrow keys or j/k
q: Quitc: Copy selected container's IP addressl: Open container web interface in browserx: Stop selected containerr: Refresh container listdplw
Watch logs from multiple containers:
r: Refresh container listq: QuitDPRS is built on principles of:
cargo build --release
cargo test
src/app/: Application state and action handlerssrc/display/: UI components and renderingsrc/docker_log_watcher/: Container log monitoringsrc/log_view/: Log display and navigationContributions are welcome! Please read our contributing guidelines and code of conduct before submitting pull requests.
MIT.
Copyright (c) 2025 Durable Programming, LLC. All rights reserved.
For bugs, feature requests, or questions, please open an issue on GitHub.
Built with:
Special thanks to the Docker and Rust communities for their excellent tools and documentation.